Completed initial code for config system cutover. Not tested yet. Also the import...
[citadel.git] / citadel / control.c
index 8912bff0758cac0f7eef1b6c4b9a1e3800440d61..2b2721d04a31e1bca930bff66e5a29ba9f0eee74 100644 (file)
@@ -648,7 +648,6 @@ void cmd_conf(char *argbuf)
                        }
                        ++a;
                }
-               put_config();
                snprintf(buf, sizeof buf,
                        "The global system configuration has been edited by %s.\n",
                         (CC->logged_in ? CC->curr_user : "an administrator")