gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r28495 - libmicrohttpd/src/microhttpd
Date: Sun, 11 Aug 2013 14:57:53 +0200

Author: grothoff
Date: 2013-08-11 14:57:53 +0200 (Sun, 11 Aug 2013)
New Revision: 28495

Modified:
   libmicrohttpd/src/microhttpd/daemon.c
Log:
-removing bogus #ifdefs

Modified: libmicrohttpd/src/microhttpd/daemon.c
===================================================================
--- libmicrohttpd/src/microhttpd/daemon.c       2013-08-11 12:33:59 UTC (rev 
28494)
+++ libmicrohttpd/src/microhttpd/daemon.c       2013-08-11 12:57:53 UTC (rev 
28495)
@@ -1311,7 +1311,6 @@
 #endif
   daemon->max_connections--;  
   return MHD_YES;  
-#if HTTPS_SUPPORT || EPOLL_SUPPORT
  cleanup:
   if (0 != CLOSE (client_socket))
     MHD_PANIC ("close failed\n");
@@ -1335,7 +1334,6 @@
   errno = eno;
 #endif
   return MHD_NO;
-#endif
 }
 
 




reply via email to

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