]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - http_send.c
Rework para_accept().
[paraslash.git] / http_send.c
index c8879fec082cf6e662fb2f2f938ecc553ef9a117..424d63b2948c941b2ac28775ec4910b7ec9ff73c 100644 (file)
@@ -122,9 +122,7 @@ static void http_post_select(fd_set *rfds, __a_unused fd_set *wfds)
                        break;
                }
        }
-       if (!FD_ISSET(hss->listen_fd, rfds))
-               return;
-       sc = accept_sender_client(hss);
+       sc = accept_sender_client(hss, rfds);
        if (!sc)
                return;
        phsd = para_malloc(sizeof(*phsd));