gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r10261 - libmicrohttpd/src/daemon


From: gnunet
Subject: [GNUnet-SVN] r10261 - libmicrohttpd/src/daemon
Date: Tue, 9 Feb 2010 20:43:19 +0100

Author: grothoff
Date: 2010-02-09 20:43:19 +0100 (Tue, 09 Feb 2010)
New Revision: 10261

Modified:
   libmicrohttpd/src/daemon/daemon.c
Log:
fix

Modified: libmicrohttpd/src/daemon/daemon.c
===================================================================
--- libmicrohttpd/src/daemon/daemon.c   2010-02-09 16:51:42 UTC (rev 10260)
+++ libmicrohttpd/src/daemon/daemon.c   2010-02-09 19:43:19 UTC (rev 10261)
@@ -1070,7 +1070,7 @@
   p.events = POLLIN;
   p.revents = 0;
 
-  if (poll(&p, 1, 0) < 0) {
+  if (poll(&p, 1, 1000) < 0) {
     if (errno == EINTR)
       return MHD_YES;
 #if HAVE_MESSAGES





reply via email to

[Prev in Thread] Current Thread [Next in Thread]