gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r14826 - libmicrohttpd/src/daemon
Date: Sun, 3 Apr 2011 14:03:24 +0200

Author: grothoff
Date: 2011-04-03 14:03:24 +0200 (Sun, 03 Apr 2011)
New Revision: 14826

Modified:
   libmicrohttpd/src/daemon/daemon.c
Log:
fixing 1672

Modified: libmicrohttpd/src/daemon/daemon.c
===================================================================
--- libmicrohttpd/src/daemon/daemon.c   2011-04-01 15:56:44 UTC (rev 14825)
+++ libmicrohttpd/src/daemon/daemon.c   2011-04-03 12:03:24 UTC (rev 14826)
@@ -942,7 +942,7 @@
 #if OSX
 #ifdef SOL_SOCKET
 #ifdef SO_NOSIGPIPE
-  setsockopt (s, SOL_SOCKET, SO_NOSIGPIPE, &on, sizeof (on));
+  setsockopt (client_socket, SOL_SOCKET, SO_NOSIGPIPE, &on, sizeof (on));
 #endif
 #endif
 #endif




reply via email to

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