X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=http_send.c;h=424d63b2948c941b2ac28775ec4910b7ec9ff73c;hp=c8879fec082cf6e662fb2f2f938ecc553ef9a117;hb=8dab386f;hpb=8a63543fdfbd3b5d00e4afecfbc397795a49ed04 diff --git a/http_send.c b/http_send.c index c8879fec..424d63b2 100644 --- a/http_send.c +++ b/http_send.c @@ -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));