* Cleanup and tuning of previous commit
[citadel.git] / citadel / modules / upgrade / serv_upgrade.c
index 4b6079905587701e4c988e4ccac121cb7b32282b..20497ded7e97eaa86ef0a91b88cb1334d1407834 100644 (file)
@@ -251,7 +251,7 @@ void update_config(void) {
        }
 
        if (CitControl.version < 623) {
-               strcpy(config.c_ip_addr, "0.0.0.0");
+               strcpy(config.c_ip_addr, "*");
        }
 
        if (CitControl.version < 650) {