mirror of
https://github.com/darlinghq/darling.git
synced 2024-11-23 04:09:43 +00:00
Merge pull request #1552 from everything411/master
Wait for the spawned shell child process
This commit is contained in:
commit
1eaee443fc
@ -113,6 +113,7 @@ void listenForConnections(void)
|
||||
else
|
||||
{
|
||||
close(sock);
|
||||
reapAll();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user