diff options
Diffstat (limited to 'ipsvd/tcpudp.c')
-rw-r--r-- | ipsvd/tcpudp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipsvd/tcpudp.c b/ipsvd/tcpudp.c index fc29274..6187eb9 100644 --- a/ipsvd/tcpudp.c +++ b/ipsvd/tcpudp.c @@ -121,7 +121,7 @@ static void sig_child_handler(int sig) int wstat; int pid; - while ((pid = wait_nohang(&wstat)) > 0) { + while ((pid = wait_any_nohang(&wstat)) > 0) { if (max_per_host) ipsvd_perhost_remove(pid); if (cnum) |