From be0b8f8faca3f96f4c780cd9cd471b0cda6d297b Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 26 May 2015 08:54:22 +0000 Subject: [PATCH] -dns_root option is now dead --- src/pt/test_gns_vpn.c | 4 ++-- src/pt/test_gns_vpn.conf | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/pt/test_gns_vpn.c b/src/pt/test_gns_vpn.c index c426aa43c..89e5f2cf8 100644 --- a/src/pt/test_gns_vpn.c +++ b/src/pt/test_gns_vpn.c @@ -1,6 +1,6 @@ /* This file is part of GNUnet - Copyright (C) 2007, 2009, 2011, 2012 Christian Grothoff + Copyright (C) 2007, 2009, 2011, 2012, 2015 Christian Grothoff GNUnet is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published @@ -38,7 +38,7 @@ #define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 300) /** - * Return value for 'main'. + * Return value for #main(). */ static int global_ret; diff --git a/src/pt/test_gns_vpn.conf b/src/pt/test_gns_vpn.conf index 78dbdc700..a181527a7 100644 --- a/src/pt/test_gns_vpn.conf +++ b/src/pt/test_gns_vpn.conf @@ -54,7 +54,10 @@ TTL = 3600000 [gns] AUTOSTART = YES ZONEKEY = $GNUNET_TEST_HOME/.zonekey -DNS_ROOT = FIXME + +# Delays starting of GNS, as we need to first +# setup the identity subsystem properly. +FORCESTART = NO [namestore] AUTOSTART = YES -- 2.25.1