X-Git-Url: http://www.dolda2000.com/gitweb/?p=ashd.git;a=blobdiff_plain;f=lib%2Freq.c;h=ed5aebad5aa1ed384d9efc42a00db17cdbebf488;hp=8ff26e06b6b8aedcae50f61068d3f1c4efa00d9f;hb=096c79fdebfa6568b6adafcdfe1a871454683e1b;hpb=d9f67feaea01146d7ea10abfff2dc59ff8946ced diff --git a/lib/req.c b/lib/req.c index 8ff26e0..ed5aeba 100644 --- a/lib/req.c +++ b/lib/req.c @@ -315,7 +315,7 @@ int sendreq2(int sock, struct hthead *req, int fd, int flags) int sendreq(int sock, struct hthead *req, int fd) { - return(sendreq2(sock, req, fd, MSG_NOSIGNAL | MSG_DONTWAIT)); + return(sendreq2(sock, req, fd, MSG_NOSIGNAL)); } int recvreq(int sock, struct hthead **reqp)