-add adv port
[oweals/gnunet.git] / src / testing / test_testing_portreservation.c
index 9a69916fa64747b34e4b5bdb77ad81f8245b52d5..98690fc1c384be167551d1c9743e7935626a0fdb 100644 (file)
@@ -96,9 +96,7 @@ int main (int argc, char *argv[])
                           options,
                           &run,
                           NULL))
-  {
     return 1;
-  }
   return (GNUNET_OK == status) ? 0 : 1;
 }