1 次程式碼提交

作者 SHA1 備註 提交日期
25fe05e702 start_monitoring(): Fix incorrect assignment of 'handle_child_exits' 2024-07-08 19:02:18 +02:00

查看文件

@ -728,7 +728,7 @@ void start_monitoring(int ifd)
{
if(handle_child_exits)
{
handle_child_exits = 1;
handle_child_exits = 0;
wait_for_children();
}
int len;