From: Sree Harsha Totakura Date: Mon, 28 May 2012 12:08:09 +0000 (+0000) Subject: -fixed bug 2379 X-Git-Tag: initial-import-from-subversion-38251~13377 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=512b8906c4db59835deeef1b061aa58629f988bb;p=oweals%2Fgnunet.git -fixed bug 2379 --- 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, GNUNET_assert (old_port1 == new_port1); GNUNET_TESTING_release_port (system, GNUNET_YES, new_port1); GNUNET_TESTING_release_port (system, GNUNET_YES, new_port2); - GNUNET_TESTING_release_port (system, GNUNET_YES, new_port2 + 1); /* OK to get error :) */ GNUNET_TESTING_system_destroy (system, GNUNET_NO); } 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 * SERVICEHOME. */ char *tmppath; + /** * The hostname of the controller */