-fixed bug 2379
authorSree Harsha Totakura <totakura@in.tum.de>
Mon, 28 May 2012 12:08:09 +0000 (12:08 +0000)
committerSree Harsha Totakura <totakura@in.tum.de>
Mon, 28 May 2012 12:08:09 +0000 (12:08 +0000)
src/testing/test_testing_new_portreservation.c
src/testing/testing_new.c

index 012fbecc11180d774b282988bdc5f64491f73b26..40109446b41387cc5784c9f9baf4ed5f8408912b 100644 (file)
@@ -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);
 }
 
index 820e91ff9bedc8b4643e3d802c12a92904da1896..ba12e065a7692cbaad2aeb0b1d82e9ef75bd78e3 100644 (file)
@@ -62,6 +62,7 @@ struct GNUNET_TESTING_System
    * SERVICEHOME. 
    */
   char *tmppath;
+
   /**
    * The hostname of the controller
    */