gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r29048 - gnunet/src/namestore


From: gnunet
Subject: [GNUnet-SVN] r29048 - gnunet/src/namestore
Date: Fri, 6 Sep 2013 09:17:19 +0200

Author: wachs
Date: 2013-09-06 09:17:18 +0200 (Fri, 06 Sep 2013)
New Revision: 29048

Modified:
   gnunet/src/namestore/gnunet-namestore-fcfsd.c
Log:
check if MHD_DUAL_STACK is defined


Modified: gnunet/src/namestore/gnunet-namestore-fcfsd.c
===================================================================
--- gnunet/src/namestore/gnunet-namestore-fcfsd.c       2013-09-06 02:58:26 UTC 
(rev 29047)
+++ gnunet/src/namestore/gnunet-namestore-fcfsd.c       2013-09-06 07:17:18 UTC 
(rev 29048)
@@ -929,7 +929,13 @@
     return;
   }
   fcfs_zone_pkey = *GNUNET_IDENTITY_ego_get_private_key (ego);
-  httpd = MHD_start_daemon (MHD_USE_DUAL_STACK | MHD_USE_DEBUG,
+
+
+  httpd = MHD_start_daemon (
+#ifdef MHD_USE_DUAL_STACK
+                   MHD_USE_DUAL_STACK |
+#endif
+                   MHD_USE_DEBUG,
                            (uint16_t) port,
                            NULL, NULL, 
                            &create_response, NULL, 




reply via email to

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