daemon2: fix removing of pids from ctimes array
This commit is contained in:
parent
0708291db4
commit
51ddf0f8bb
|
@ -47,6 +47,7 @@
|
||||||
|
|
||||||
function reap_children() {
|
function reap_children() {
|
||||||
global $children;
|
global $children;
|
||||||
|
global $ctimes;
|
||||||
|
|
||||||
$tmp = array();
|
$tmp = array();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue