aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xinclude/poller.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/poller.php b/include/poller.php
index a6b85f2d2..3e7a1e9b4 100755
--- a/include/poller.php
+++ b/include/poller.php
@@ -194,8 +194,8 @@ function poller_run($argv, $argc){
$update = true;
break;
}
-// if((! $update) && (! $force))
-// continue;
+ if((! $update) && (! $force))
+ continue;
}
// Check to see if we are running out of memory - if so spawn a new process and kill this one