gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r24154 - gnunet/src/gns


From: gnunet
Subject: [GNUnet-SVN] r24154 - gnunet/src/gns
Date: Mon, 1 Oct 2012 12:15:40 +0200

Author: harsha
Date: 2012-10-01 12:15:40 +0200 (Mon, 01 Oct 2012)
New Revision: 24154

Modified:
   gnunet/src/gns/gnunet-gns-proxy.c
Log:
fixes #2573

Modified: gnunet/src/gns/gnunet-gns-proxy.c
===================================================================
--- gnunet/src/gns/gnunet-gns-proxy.c   2012-09-30 21:32:58 UTC (rev 24153)
+++ gnunet/src/gns/gnunet-gns-proxy.c   2012-10-01 10:15:40 UTC (rev 24154)
@@ -30,7 +30,7 @@
 #include "gns_proxy_proto.h"
 #include "gns.h"
 
-#define HAVE_MHD_NO_LISTEN_SOCKET MHD_VERSION >= 0x00091401
+#define HAVE_MHD_NO_LISTEN_SOCKET (MHD_VERSION >= 0x00091401)
 
 #define GNUNET_GNS_PROXY_PORT 7777
 #define MHD_MAX_CONNECTIONS 300




reply via email to

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