use git-tar-tree to make the tarball
[paraslash.git] / audiod.c
index 912b2dbf24343c83e48076e0c7d059f54797c125..61711dc3f5591d9396ebe62496871404834dea47 100644 (file)
--- a/audiod.c
+++ b/audiod.c
@@ -1562,8 +1562,7 @@ repeat:
        FD_ZERO(&wfds);
        FD_ZERO(&rfds);
        /* always check signal pipe and the local socket */
-       FD_SET(signal_pipe, &rfds);
-       max_fileno = signal_pipe;
+       para_fd_set(signal_pipe, &rfds, &max_fileno);
        para_fd_set(audiod_socket, &rfds, &max_fileno);
 
        if (audiod_status != AUDIOD_ON)