aboutsummaryrefslogtreecommitdiff
path: root/src/pt
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-05-22 10:00:48 +0000
committerChristian Grothoff <christian@grothoff.org>2015-05-22 10:00:48 +0000
commitc7e0a46567d3274cbd914f35b3bf2f3bbd242197 (patch)
treec16d754617993341a120873d1d0594de7ab1517f /src/pt
parent94f9c245e43e1291bf4b3e800e6becdeb5f71e97 (diff)
downloadgnunet-c7e0a46567d3274cbd914f35b3bf2f3bbd242197.tar.gz
gnunet-c7e0a46567d3274cbd914f35b3bf2f3bbd242197.zip
-do listen to v6
Diffstat (limited to 'src/pt')
-rw-r--r--src/pt/test_gns_vpn.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pt/test_gns_vpn.c b/src/pt/test_gns_vpn.c
index 49a095475..3661b2ed6 100644
--- a/src/pt/test_gns_vpn.c
+++ b/src/pt/test_gns_vpn.c
@@ -375,8 +375,8 @@ run (void *cls,
375 namestore = GNUNET_NAMESTORE_connect (cfg); 375 namestore = GNUNET_NAMESTORE_connect (cfg);
376 GNUNET_assert (NULL != namestore); 376 GNUNET_assert (NULL != namestore);
377 flags = MHD_USE_DEBUG; 377 flags = MHD_USE_DEBUG;
378 //if (GNUNET_YES == use_v6) 378 if (GNUNET_YES == use_v6)
379 // flags |= MHD_USE_IPv6; 379 flags |= MHD_USE_IPv6;
380 mhd = MHD_start_daemon (flags, 380 mhd = MHD_start_daemon (flags,
381 PORT, 381 PORT,
382 NULL, NULL, 382 NULL, NULL,