]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - http_send.c
Basic infrastructure changes for FEC/DCCP support.
[paraslash.git] / http_send.c
index c8879fec082cf6e662fb2f2f938ecc553ef9a117..2c918fc8a53ef56c85dd7ae77b04a1ed63953f64 100644 (file)
@@ -19,9 +19,9 @@
 #include "afs.h"
 #include "server.h"
 #include "http.h"
-#include "vss.h"
 #include "list.h"
 #include "send.h"
+#include "vss.h"
 #include "close_on_fork.h"
 #include "net.h"
 #include "fd.h"
@@ -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));