aboutsummaryrefslogtreecommitdiff
path: root/src/pt/test_gns_vpn.c
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 /src/pt/test_gns_vpn.c
parent9697f768d232ceae4954ead924eafc716df24409 (diff)
downloadgnunet-be0b8f8faca3f96f4c780cd9cd471b0cda6d297b.tar.gz
gnunet-be0b8f8faca3f96f4c780cd9cd471b0cda6d297b.zip
-dns_root option is now dead
Diffstat (limited to 'src/pt/test_gns_vpn.c')
-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 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