[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] r35809 - gnunet/src/pt
From: |
gnunet |
Subject: |
[GNUnet-SVN] r35809 - gnunet/src/pt |
Date: |
Tue, 26 May 2015 10:54:22 +0200 |
Author: grothoff
Date: 2015-05-26 10:54:22 +0200 (Tue, 26 May 2015)
New Revision: 35809
Modified:
gnunet/src/pt/test_gns_vpn.c
gnunet/src/pt/test_gns_vpn.conf
Log:
-dns_root option is now dead
Modified: gnunet/src/pt/test_gns_vpn.c
===================================================================
--- gnunet/src/pt/test_gns_vpn.c 2015-05-26 08:54:05 UTC (rev 35808)
+++ gnunet/src/pt/test_gns_vpn.c 2015-05-26 08:54:22 UTC (rev 35809)
@@ -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;
Modified: gnunet/src/pt/test_gns_vpn.conf
===================================================================
--- gnunet/src/pt/test_gns_vpn.conf 2015-05-26 08:54:05 UTC (rev 35808)
+++ gnunet/src/pt/test_gns_vpn.conf 2015-05-26 08:54:22 UTC (rev 35809)
@@ -54,8 +54,11 @@
[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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] r35809 - gnunet/src/pt,
gnunet <=