-fix #2598
[oweals/gnunet.git] / src / fs / perf_gnunet_service_fs_p2p.c
index a7eb5ad1604ede54d722a6989501b7198e120d73..9844006e502747b010197f2add092ed22f8a5e74 100644 (file)
@@ -73,7 +73,6 @@ struct StatValues
  * Statistics we print out.
  */
 static struct StatValues stats[] = {
-  {"fs", "# artificial delays introduced (ms)"},
   {"fs", "# queries forwarded"},
   {"fs", "# replies received and matched"},
   {"fs", "# results found locally"},
@@ -302,6 +301,7 @@ do_publish (void *cls,
   int do_index;
   int anonymity;
 
+  GNUNET_TESTBED_operation_done (op);
   if (NULL != emsg)
   {
     GNUNET_SCHEDULER_shutdown ();
@@ -348,6 +348,7 @@ do_connect (void *cls,
 int
 main (int argc, char *argv[])
 {
+  progname = argv[0];
   GNUNET_TESTBED_test_run ("perf-gnunet-service-fs-p2p",
                           "perf_gnunet_service_fs_p2p.conf",
                           NUM_DAEMONS,