gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r36746 - libmicrohttpd/src/microhttpd


From: gnunet
Subject: [GNUnet-SVN] r36746 - libmicrohttpd/src/microhttpd
Date: Tue, 8 Dec 2015 22:54:35 +0100

Author: amatus
Date: 2015-12-08 22:54:35 +0100 (Tue, 08 Dec 2015)
New Revision: 36746

Modified:
   libmicrohttpd/src/microhttpd/daemon.c
Log:
rev 36743 missed a spot


Modified: libmicrohttpd/src/microhttpd/daemon.c
===================================================================
--- libmicrohttpd/src/microhttpd/daemon.c       2015-12-08 20:48:44 UTC (rev 
36745)
+++ libmicrohttpd/src/microhttpd/daemon.c       2015-12-08 21:54:35 UTC (rev 
36746)
@@ -2423,7 +2423,7 @@
         timeout.tv_sec = (_MHD_TIMEVAL_TV_SEC_TYPE)(ltimeout / 1000);
       tv = &timeout;
     }
-  num_ready = MHD_SYS_select_ (max + 1, &rs, &ws, &es, tv);
+  num_ready = MHD_SYS_select_ (maxsock + 1, &rs, &ws, &es, tv);
   if (MHD_YES == daemon->shutdown)
     return MHD_NO;
   if (num_ready < 0)




reply via email to

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