X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=http_recv.c;h=0a460adff4009428e8d457a30ff2426e4cc93deb;hp=71aef76ad3bcd49e6eccb9d1221addb4884bc96d;hb=5c556c52f1196cea4536d36b683372de532943a9;hpb=3689799ede7bba230ca544ac953392b428c3d662 diff --git a/http_recv.c b/http_recv.c index 71aef76a..0a460adf 100644 --- a/http_recv.c +++ b/http_recv.c @@ -190,7 +190,7 @@ static int http_recv_open(struct receiver_node *rn) close(phd->fd); goto err_out; } - mark_fd_nonblock(phd->fd); + mark_fd_nonblocking(phd->fd); phd->status = HTTP_CONNECTED; return 1; err_out: