summaryrefslogtreecommitdiff
path: root/update_daemon2.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-08-26 09:57:17 +0400
committerAndrew Dolgov <[email protected]>2010-08-26 09:57:17 +0400
commit51ddf0f8bbf184d548e4d5a826d615762f5e7a40 (patch)
tree0348b217ac7613c59edd7261f76379fbfbbaa8f8 /update_daemon2.php
parent0708291db408c0fea03e304c203179ebdff9b7f7 (diff)
daemon2: fix removing of pids from ctimes array
Diffstat (limited to 'update_daemon2.php')
-rwxr-xr-xupdate_daemon2.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/update_daemon2.php b/update_daemon2.php
index d113fc956..ce6a3ee9c 100755
--- a/update_daemon2.php
+++ b/update_daemon2.php
@@ -47,6 +47,7 @@
function reap_children() {
global $children;
+ global $ctimes;
$tmp = array();