X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fmodules%2Fupgrade%2Fserv_upgrade.c;h=2646009c3dcefe0da675005529f15cdf54ae39c5;hb=312de23388bd83172ddf0f21d29b4e8e34c527b1;hp=2158897ae40dc112fabe564dd7521e5b42a0a969;hpb=8c08e5f3647bc08572e1f67d4649a4aafeda05df;p=citadel.git diff --git a/citadel/modules/upgrade/serv_upgrade.c b/citadel/modules/upgrade/serv_upgrade.c index 2158897ae..2646009c3 100644 --- a/citadel/modules/upgrade/serv_upgrade.c +++ b/citadel/modules/upgrade/serv_upgrade.c @@ -184,10 +184,8 @@ void update_config(void) { if (CitControl.version < 725) { config.c_xmpp_c2s_port = 5222; config.c_xmpp_s2s_port = 5269; - /* Wipe config.c_funambol_auth as support for previous - * module is deprecated */ - strcpy(config.c_funambol_auth, " "); } + put_config(); }