Initial version of new room sharing poller. I don't really like this because it...
[citadel.git] / citadel / housekeeping.c
index 139ada05ee63915e6716285c2f2d7791e8df2e69..b685c701af4d1f13d99bd716fd156eeb06eea183 100644 (file)
@@ -164,7 +164,7 @@ retry_wait_for_contexts:
        {
                for (i=0; i<nContexts; i++) 
                {
-                       if ((nptr[i].state != CON_SYS) || (nptr[i].IO == NULL) || (nptr[i].lastcmd == 0))
+                       if ((nptr[i].state != CON_SYS) || (nptr[i].lastcmd == 0))
                                continue;
                        ActiveBackgroundJobs ++;
                        syslog(LOG_INFO, "jousekeeping: job CC[%d] active; use TERM if you don't want to wait for it", nptr[i].cs_pid);