aboutsummaryrefslogtreecommitdiff
path: root/src/testing/test_testing_peerstartup.c
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2012-10-05 14:12:49 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2012-10-05 14:12:49 +0000
commit87566df009e48391b08d3f1cdf3dedf7debcac7b (patch)
treee56d091c02b989535754dbd723c39d30620aa905 /src/testing/test_testing_peerstartup.c
parent69d9d1763c430be814457f744b468140d278e3e9 (diff)
downloadgnunet-87566df009e48391b08d3f1cdf3dedf7debcac7b.tar.gz
gnunet-87566df009e48391b08d3f1cdf3dedf7debcac7b.zip
testing now includes valid hostname rewriting
Diffstat (limited to 'src/testing/test_testing_peerstartup.c')
-rw-r--r--src/testing/test_testing_peerstartup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testing/test_testing_peerstartup.c b/src/testing/test_testing_peerstartup.c
index 990486467..7f78827f6 100644
--- a/src/testing/test_testing_peerstartup.c
+++ b/src/testing/test_testing_peerstartup.c
@@ -90,7 +90,7 @@ run (void *cls, char *const *args, const char *cfgfile,
90 struct GNUNET_PeerIdentity id; 90 struct GNUNET_PeerIdentity id;
91 91
92 system = GNUNET_TESTING_system_create ("test-gnunet-testing", 92 system = GNUNET_TESTING_system_create ("test-gnunet-testing",
93 "127.0.0.1"); 93 "127.0.0.1", NULL);
94 GNUNET_assert (NULL != system); 94 GNUNET_assert (NULL != system);
95 new_cfg = GNUNET_CONFIGURATION_dup (cfg); 95 new_cfg = GNUNET_CONFIGURATION_dup (cfg);
96 emsg = NULL; 96 emsg = NULL;