Alter config files to use hostkeys from file instead of generating during testing
[oweals/gnunet.git] / src / testing / testing_group.c
index 9500c6ef4da7316dcfb3a67964ccf04cdf1534de..905fbcf80daea2b083091496ff757f8d93c7dcd7 100644 (file)
@@ -1252,6 +1252,7 @@ remove_connections (struct GNUNET_TESTING_PeerGroup *pg,
     break;
   default:
     GNUNET_break(0);
+    return 0;
   }
 
   first_iter = *first_list;
@@ -1365,6 +1366,7 @@ add_connections (struct GNUNET_TESTING_PeerGroup *pg,
     break;
   default:
     GNUNET_break(0);
+    return 0;
   }
 
   add_first = GNUNET_YES;