libical_errors_are_fatal is now opaque. Change to a call to icalerror_set_errors_are...
[citadel.git] / citadel / housekeeping.c
index ecd7519bd8a81f169bde004d4635674bc28c757d..ee12b16a7b690832eee9eda67999c166abf07a0a 100644 (file)
@@ -127,7 +127,7 @@ void do_housekeeping(void) {
        /* Then, do the "once per minute" stuff... */
        if (do_perminute_housekeeping_now) {
                cdb_check_handles();
-               CtdlPopulateUsersFromLDAP();            // This one isn't from a module so we put it here
+               //CtdlPopulateUsersFromLDAP();          // This one isn't from a module so we put it here
                PerformSessionHooks(EVT_TIMER);         // Run all registered TIMER hooks
        }