start_monitoring(): Fix incorrect assignment of 'handle_child_exits'
此提交包含在:
@@ -728,7 +728,7 @@ void start_monitoring(int ifd)
|
|||||||
{
|
{
|
||||||
if(handle_child_exits)
|
if(handle_child_exits)
|
||||||
{
|
{
|
||||||
handle_child_exits = 1;
|
handle_child_exits = 0;
|
||||||
wait_for_children();
|
wait_for_children();
|
||||||
}
|
}
|
||||||
int len;
|
int len;
|
||||||
|
新增問題並參考
封鎖使用者