X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=dccp_send.c;h=6248ae80ef784d5739298b61b9494e76d2e769e5;hp=fb2eafc91530f59c2f48605ec7bbcad9a900abd7;hb=fecbff83c4ca773815965f4ebdc7e6d9769a87dc;hpb=6668ac4a8c7f2a92efb9e6d405d954beff77d230 diff --git a/dccp_send.c b/dccp_send.c index fb2eafc9..6248ae80 100644 --- a/dccp_send.c +++ b/dccp_send.c @@ -70,9 +70,7 @@ static void dccp_post_select(fd_set *rfds, __a_unused fd_set *wfds) struct sender_client *sc; int tx_ccid; - if (dss->listen_fd < 0 || !FD_ISSET(dss->listen_fd, rfds)) - return; - sc = accept_sender_client(dss); + sc = accept_sender_client(dss, rfds); if (!sc) return;