Removed the "filter" parameter from CtdlForEachNetCfgRoom().
[citadel.git] / citadel / modules / pop3client / serv_pop3client.c
index 700c5741983a79d7b7f304ea2973c1d2c71d3875..221d3bb5680cfdff2bee1293372b3712d67a970d 100644 (file)
@@ -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);