commit c7e0a46567d3274cbd914f35b3bf2f3bbd242197
parent 94f9c245e43e1291bf4b3e800e6becdeb5f71e97
Author: Christian Grothoff <christian@grothoff.org>
Date: Fri, 22 May 2015 10:00:48 +0000
-do listen to v6
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/pt/test_gns_vpn.c b/src/pt/test_gns_vpn.c
@@ -375,8 +375,8 @@ run (void *cls,
namestore = GNUNET_NAMESTORE_connect (cfg);
GNUNET_assert (NULL != namestore);
flags = MHD_USE_DEBUG;
- //if (GNUNET_YES == use_v6)
- // flags |= MHD_USE_IPv6;
+ if (GNUNET_YES == use_v6)
+ flags |= MHD_USE_IPv6;
mhd = MHD_start_daemon (flags,
PORT,
NULL, NULL,