aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-05-26 08:54:22 +0000
committerChristian Grothoff <christian@grothoff.org>2015-05-26 08:54:22 +0000
commitbe0b8f8faca3f96f4c780cd9cd471b0cda6d297b (patch)
tree9c950b684f007c7dbb369fa45b25dc08ec9c67ef
parent9697f768d232ceae4954ead924eafc716df24409 (diff)
downloadgnunet-be0b8f8faca3f96f4c780cd9cd471b0cda6d297b.tar.gz
gnunet-be0b8f8faca3f96f4c780cd9cd471b0cda6d297b.zip
-dns_root option is now dead
-rw-r--r--src/pt/test_gns_vpn.c4
-rw-r--r--src/pt/test_gns_vpn.conf5
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 @@
1/* 1/*
2 This file is part of GNUnet 2 This file is part of GNUnet
3 Copyright (C) 2007, 2009, 2011, 2012 Christian Grothoff 3 Copyright (C) 2007, 2009, 2011, 2012, 2015 Christian Grothoff
4 4
5 GNUnet is free software; you can redistribute it and/or modify 5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 it under the terms of the GNU General Public License as published
@@ -38,7 +38,7 @@
38#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 300) 38#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 300)
39 39
40/** 40/**
41 * Return value for 'main'. 41 * Return value for #main().
42 */ 42 */
43static int global_ret; 43static int global_ret;
44 44
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
54[gns] 54[gns]
55AUTOSTART = YES 55AUTOSTART = YES
56ZONEKEY = $GNUNET_TEST_HOME/.zonekey 56ZONEKEY = $GNUNET_TEST_HOME/.zonekey
57DNS_ROOT = FIXME 57
58# Delays starting of GNS, as we need to first
59# setup the identity subsystem properly.
60FORCESTART = NO
58 61
59[namestore] 62[namestore]
60AUTOSTART = YES 63AUTOSTART = YES