From 51ddf0f8bbf184d548e4d5a826d615762f5e7a40 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 26 Aug 2010 09:57:17 +0400 Subject: [PATCH] daemon2: fix removing of pids from ctimes array --- update_daemon2.php | 1 + 1 file changed, 1 insertion(+) diff --git a/update_daemon2.php b/update_daemon2.php index d113fc95..ce6a3ee9 100755 --- a/update_daemon2.php +++ b/update_daemon2.php @@ -47,6 +47,7 @@ function reap_children() { global $children; + global $ctimes; $tmp = array(); -- 2.39.2