Skip to content

Commit 1eaee44

Browse files
authored
Merge pull request #1552 from everything411/master
Wait for the spawned shell child process
2 parents d976210 + 36fd1ee commit 1eaee44

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/shellspawn/shellspawn.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ void listenForConnections(void)
113113
else
114114
{
115115
close(sock);
116+
reapAll();
116117
}
117118
}
118119
}

0 commit comments

Comments
 (0)