X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fhousekeeping.c;h=ecd7519bd8a81f169bde004d4635674bc28c757d;hb=fc3a2bdd1082832c5889be65c2849d300e2985e2;hp=dae17c3eab220770de5ad614244704063adb3f7d;hpb=56e1a9496ac3e2445f44c5cdfee4b3b28134c65e;p=citadel.git diff --git a/citadel/housekeeping.c b/citadel/housekeeping.c index dae17c3ea..ecd7519bd 100644 --- a/citadel/housekeeping.c +++ b/citadel/housekeeping.c @@ -20,6 +20,7 @@ #include "room_ops.h" #include "internet_addressing.h" #include "journaling.h" +#include "citadel_ldap.h" void check_sched_shutdown(void) { if ((ScheduledShutdown == 1) && (ContextList == NULL)) { @@ -125,8 +126,9 @@ void do_housekeeping(void) { /* Then, do the "once per minute" stuff... */ if (do_perminute_housekeeping_now) { - cdb_check_handles(); /* suggested by Justin Case */ - PerformSessionHooks(EVT_TIMER); /* Run any timer hooks */ + cdb_check_handles(); + CtdlPopulateUsersFromLDAP(); // This one isn't from a module so we put it here + PerformSessionHooks(EVT_TIMER); // Run all registered TIMER hooks } /*