Merge pull request #1552 from everything411/master
Some checks failed
Darling CI / build-deb (push) Has been cancelled
Darling CI / build-dsc (push) Has been cancelled

Wait for the spawned shell child process
This commit is contained in:
CuriousTommy 2024-10-19 20:28:11 -07:00 committed by GitHub
commit 1eaee443fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -113,6 +113,7 @@ void listenForConnections(void)
else
{
close(sock);
reapAll();
}
}
}