X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;ds=sidebyside;f=update_daemon2.php;h=80848bd0a4307d94a9d73e07a0d98f70b4268a8c;hb=125ab8dbf7387bf57f0c3285fc3e7a8ce2013aaa;hp=62bd7591a40a759ee85047809f7c16bdbfda03d3;hpb=a3e0bdcffc757bd196de7e43bd9aa9cf8ca32626;p=tt-rss.git diff --git a/update_daemon2.php b/update_daemon2.php index 62bd7591..80848bd0 100755 --- a/update_daemon2.php +++ b/update_daemon2.php @@ -53,6 +53,8 @@ array_push($tmp, $pid); } else { _debug("[reap_children] child $pid seems active but lockfile is unlocked."); + unset($ctimes[$pid]); + } } else { _debug("[reap_children] child $pid reaped.");