LRN: Do not stop daemons twice / #1919
authorChristian Grothoff <christian@grothoff.org>
Sat, 26 Nov 2011 13:52:09 +0000 (13:52 +0000)
committerChristian Grothoff <christian@grothoff.org>
Sat, 26 Nov 2011 13:52:09 +0000 (13:52 +0000)
src/dht/test_dht_multipeer.c

index f6519239b81baf673df5d94e376d909b0e7f458e..8de16b363235d41cb4057fe26d1a3ca4e572ec38 100644 (file)
@@ -462,7 +462,8 @@ end_badly (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
     GNUNET_free (test_get);
   }
   ok = 1;
-  GNUNET_TESTING_daemons_stop (pg, TIMEOUT, &shutdown_callback, NULL);
+  /* testing_peergroup will do that in its own end_badly() handler */
+  /*GNUNET_TESTING_daemons_stop (pg, TIMEOUT, &shutdown_callback, NULL);*/
   pg = NULL;
 }