-
Notifications
You must be signed in to change notification settings - Fork 158
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FIX: Avoid closing manager socket FDs twice
When closing the manager socket file descriptors, set them back to -1 so forked processes will not try closing them again in the cleanup. This could cause problems if closed file descriptors are re-used, for example for log output channels.
- Loading branch information
1 parent
29c1b98
commit 12c7003
Showing
1 changed file
with
31 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters