aboutsummaryrefslogtreecommitdiff
path: root/src/testing/test_testing_portreservation.c
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2013-04-18 14:59:32 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2013-04-18 14:59:32 +0000
commit8dceae82b3478d223779cbcc335b4ca497acbba5 (patch)
treeb298d3e18ac56e3d570d1275ab3a6da12a1fe761 /src/testing/test_testing_portreservation.c
parente41a408e2bdf2f7f1a3b91769ba6c47e48bb5595 (diff)
downloadgnunet-8dceae82b3478d223779cbcc335b4ca497acbba5.tar.gz
gnunet-8dceae82b3478d223779cbcc335b4ca497acbba5.zip
- service sharing in testing
Diffstat (limited to 'src/testing/test_testing_portreservation.c')
-rw-r--r--src/testing/test_testing_portreservation.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testing/test_testing_portreservation.c b/src/testing/test_testing_portreservation.c
index 21ef51ffd..81ba67e96 100644
--- a/src/testing/test_testing_portreservation.c
+++ b/src/testing/test_testing_portreservation.c
@@ -50,7 +50,7 @@ run (void *cls, char *const *args, const char *cfgfile,
50 uint16_t old_port1; 50 uint16_t old_port1;
51 51
52 system = GNUNET_TESTING_system_create ("/tmp/gnunet-testing-new", 52 system = GNUNET_TESTING_system_create ("/tmp/gnunet-testing-new",
53 "localhost", NULL); 53 "localhost", NULL, NULL);
54 GNUNET_assert (NULL != system); 54 GNUNET_assert (NULL != system);
55 new_port1 = GNUNET_TESTING_reserve_port (system, GNUNET_YES); 55 new_port1 = GNUNET_TESTING_reserve_port (system, GNUNET_YES);
56 LOG (GNUNET_ERROR_TYPE_DEBUG, 56 LOG (GNUNET_ERROR_TYPE_DEBUG,