gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r19710 - libmicrohttpd/src/daemon
Date: Mon, 6 Feb 2012 15:15:26 +0100

Author: grothoff
Date: 2012-02-06 15:15:26 +0100 (Mon, 06 Feb 2012)
New Revision: 19710

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

Modified: libmicrohttpd/src/daemon/daemon.c
===================================================================
--- libmicrohttpd/src/daemon/daemon.c   2012-02-06 13:51:48 UTC (rev 19709)
+++ libmicrohttpd/src/daemon/daemon.c   2012-02-06 14:15:26 UTC (rev 19710)
@@ -969,13 +969,13 @@
 #else
     unsigned long flags = 1;
     if (0 != ioctlsocket (connection->socket_fd, FIONBIO, &flags))
-#endif
       {
 #if HAVE_MESSAGES
        FPRINTF(stderr, "Failed to make socket non-blocking: %s\n", 
                STRERROR (errno));
 #endif
       }
+#endif
   }
 
 #if HTTPS_SUPPORT




reply via email to

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