aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2012-05-28 12:08:09 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2012-05-28 12:08:09 +0000
commit512b8906c4db59835deeef1b061aa58629f988bb (patch)
treeb2d1bf91660b4d31d800b4a75940810c0ccab393 /src
parent8bde78602f8be7df9f524c45fb2997fc9412f6fc (diff)
downloadgnunet-512b8906c4db59835deeef1b061aa58629f988bb.tar.gz
gnunet-512b8906c4db59835deeef1b061aa58629f988bb.zip
-fixed bug 2379
Diffstat (limited to 'src')
-rw-r--r--src/testing/test_testing_new_portreservation.c1
-rw-r--r--src/testing/testing_new.c1
2 files changed, 1 insertions, 1 deletions
diff --git a/src/testing/test_testing_new_portreservation.c b/src/testing/test_testing_new_portreservation.c
index 012fbecc1..40109446b 100644
--- a/src/testing/test_testing_new_portreservation.c
+++ b/src/testing/test_testing_new_portreservation.c
@@ -66,7 +66,6 @@ run (void *cls, char *const *args, const char *cfgfile,
66 GNUNET_assert (old_port1 == new_port1); 66 GNUNET_assert (old_port1 == new_port1);
67 GNUNET_TESTING_release_port (system, GNUNET_YES, new_port1); 67 GNUNET_TESTING_release_port (system, GNUNET_YES, new_port1);
68 GNUNET_TESTING_release_port (system, GNUNET_YES, new_port2); 68 GNUNET_TESTING_release_port (system, GNUNET_YES, new_port2);
69 GNUNET_TESTING_release_port (system, GNUNET_YES, new_port2 + 1); /* OK to get error :) */
70 GNUNET_TESTING_system_destroy (system, GNUNET_NO); 69 GNUNET_TESTING_system_destroy (system, GNUNET_NO);
71} 70}
72 71
diff --git a/src/testing/testing_new.c b/src/testing/testing_new.c
index 820e91ff9..ba12e065a 100644
--- a/src/testing/testing_new.c
+++ b/src/testing/testing_new.c
@@ -62,6 +62,7 @@ struct GNUNET_TESTING_System
62 * SERVICEHOME. 62 * SERVICEHOME.
63 */ 63 */
64 char *tmppath; 64 char *tmppath;
65
65 /** 66 /**
66 * The hostname of the controller 67 * The hostname of the controller
67 */ 68 */