X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fmodules%2Fpop3client%2Fserv_pop3client.c;h=221d3bb5680cfdff2bee1293372b3712d67a970d;hb=dec3606868b9f659eef33f5e84e3ba1642cd9039;hp=700c5741983a79d7b7f304ea2973c1d2c71d3875;hpb=64f430bd72e548b3b57a8d801ec16e9f904281bd;p=citadel.git diff --git a/citadel/modules/pop3client/serv_pop3client.c b/citadel/modules/pop3client/serv_pop3client.c index 700c57419..221d3bb56 100644 --- a/citadel/modules/pop3client/serv_pop3client.c +++ b/citadel/modules/pop3client/serv_pop3client.c @@ -1173,7 +1173,7 @@ void pop3client_scan(void) { doing_pop3client = 1; EVP3CQM_syslog(LOG_DEBUG, "pop3client started"); - CtdlForEachNetCfgRoom(pop3client_scan_room, NULL, pop3client); + CtdlForEachNetCfgRoom(pop3client_scan_room, NULL); pthread_mutex_lock(&POP3QueueMutex); it = GetNewHashPos(POP3FetchUrls, 0);