gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r32346 - libmicrohttpd/src/microhttpd
Date: Sat, 15 Feb 2014 11:13:05 +0100

Author: grothoff
Date: 2014-02-15 11:13:05 +0100 (Sat, 15 Feb 2014)
New Revision: 32346

Modified:
   libmicrohttpd/src/microhttpd/daemon.c
Log:
Karlson2k:  fix MHD_get_fdset with defined DEBUG_CONNECT



Modified: libmicrohttpd/src/microhttpd/daemon.c
===================================================================
--- libmicrohttpd/src/microhttpd/daemon.c       2014-02-14 11:08:46 UTC (rev 
32345)
+++ libmicrohttpd/src/microhttpd/daemon.c       2014-02-15 10:13:05 UTC (rev 
32346)
@@ -645,7 +645,8 @@
     }
 #if DEBUG_CONNECT
 #if HAVE_MESSAGES
-  MHD_DLOG (daemon, "Maximum socket in select set: %d\n", *max_fd);
+  if (NULL != max_fd)
+    MHD_DLOG (daemon, "Maximum socket in select set: %d\n", *max_fd);
 #endif
 #endif
   return MHD_YES;




reply via email to

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