* Added function CtdlGetDynamicSymbol() for dynamic symbol allocation
[citadel.git] / citadel / database.c
index 4dcda3e30ba1321eeb9cdf0640671e186a5babd5..ee2e2422fe4e43662c31bbc81dfbcac0da32a1d5 100644 (file)
@@ -179,8 +179,8 @@ void close_databases(void) {
 
        /* Hmm... we should decide when would be a good time to defrag.
         * Server shutdowns might be an opportune time.
-        */
        defrag_databases();
+        */
 
        begin_critical_section(S_DATABASE);
        for (a=0; a<MAXCDB; ++a) {