diff options
Diffstat (limited to 'passt.c')
-rw-r--r-- | passt.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -238,6 +238,7 @@ static void pasta_child_handler(int signal) } waitid(P_ALL, 0, NULL, WEXITED | WNOHANG); + waitid(P_ALL, 0, NULL, WEXITED | WNOHANG); } /** |