X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/ff8b29b8c62f377ede40fbf0cbbaa428bd8df60a..1a016bfdec2823c6d4e78a3dcc253cdfc30a10af:/socket.c diff --git a/socket.c b/socket.c index 5ee31f6d..27260a1b 100644 --- a/socket.c +++ b/socket.c @@ -120,7 +120,7 @@ void start_accept_loop(int port, int (*fn)(int )) { int s; - signal(SIGCLD, SIG_IGN); + signal(SIGCHLD, SIG_IGN); /* open an incoming socket */ s = open_socket_in(SOCK_STREAM, port);