]> code.citadel.org Git - citadel.git/blobdiff - citadel/server/modules/upgrade/serv_upgrade.c
Makefile: restructured so that backends can be compiled into utilities
[citadel.git] / citadel / server / modules / upgrade / serv_upgrade.c
index 2c662245f62a51d6bc3f9d4b722716c4212b15b5..4fab951b22ffaa4ca1f13759836c93f821da9d76 100644 (file)
@@ -303,10 +303,6 @@ void update_config(void) {
                CtdlSetConfigInt("c_enable_fulltext", 1);
        }
 
-       if (oldver < 652) {
-               CtdlSetConfigInt("c_auto_cull", 1);
-       }
-
        if (oldver < 725) {
                CtdlSetConfigInt("c_xmpp_c2s_port", 5222);
                CtdlSetConfigInt("c_xmpp_s2s_port", 5269);