aboutsummaryrefslogtreecommitdiff
path: root/networking/tcpudp.c
diff options
context:
space:
mode:
Diffstat (limited to 'networking/tcpudp.c')
-rw-r--r--networking/tcpudp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/tcpudp.c b/networking/tcpudp.c
index d6731198c..0d8217e02 100644
--- a/networking/tcpudp.c
+++ b/networking/tcpudp.c
@@ -147,7 +147,7 @@ static void connection_status(void)
147static void sig_child_handler(int sig UNUSED_PARAM) 147static void sig_child_handler(int sig UNUSED_PARAM)
148{ 148{
149 int wstat; 149 int wstat;
150 int pid; 150 pid_t pid;
151 151
152 while ((pid = wait_any_nohang(&wstat)) > 0) { 152 while ((pid = wait_any_nohang(&wstat)) > 0) {
153 if (max_per_host) 153 if (max_per_host)