From 026ae6f50d56ac9281de58dd125f307efbe01d30 Mon Sep 17 00:00:00 2001 From: Sree Harsha Totakura Date: Mon, 1 Oct 2012 10:15:40 +0000 Subject: [PATCH] fixes #2573 --- src/gns/gnunet-gns-proxy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gns/gnunet-gns-proxy.c b/src/gns/gnunet-gns-proxy.c index ad8b95915..9c8fde861 100644 --- a/src/gns/gnunet-gns-proxy.c +++ b/src/gns/gnunet-gns-proxy.c @@ -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 -- 2.25.1