diff options
| author | Andrew Dolgov <fox@bah.org.ru> | 2010-08-26 09:57:17 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@bah.org.ru> | 2010-08-26 09:57:17 +0400 |
| commit | 51ddf0f8bbf184d548e4d5a826d615762f5e7a40 (patch) | |
| tree | 0348b217ac7613c59edd7261f76379fbfbbaa8f8 /update_daemon2.php | |
| parent | 0708291db408c0fea03e304c203179ebdff9b7f7 (diff) | |
daemon2: fix removing of pids from ctimes array
Diffstat (limited to 'update_daemon2.php')
| -rwxr-xr-x | update_daemon2.php | 1 |
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(); |