started setting up new config system
[citadel.git] / citadel / modules / upgrade / serv_upgrade.c
index 1ce073f78b911b8572e42f8de8504ec40265537c..fc8c1d58e7f1769f3d45b4d5354a33aa77fe784d 100644 (file)
@@ -260,7 +260,6 @@ void guess_time_zone(void) {
  * Note that if the previous version was 0 then this is a new installation running for the first time.
  */
 void update_config(void) {
-       get_config();
 
        if (CitControl.MM_hosted_upgrade_level < 606) {
                config.c_rfc822_strict_from = 0;