start_monitoring(): Fix incorrect assignment of 'handle_child_exits'
这个提交包含在:
父节点
cfe2182886
当前提交
25fe05e702
@ -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;
|
||||
|
正在加载...
在新工单中引用
屏蔽一个用户