X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Ftesting%2Ftest_testing_reconnect.c;h=20c628c6aa6eba5fee44f83f3b0a539a5b7d6225;hb=83b19539f4d322b43683f5838b72e9ec2c8e6073;hp=f317040fb998c50deb16ab5f5968dd4495cc8174;hpb=28a2eb43281a1f08a67954f07beb9af3a9bc9a35;p=oweals%2Fgnunet.git diff --git a/src/testing/test_testing_reconnect.c b/src/testing/test_testing_reconnect.c index f317040fb..20c628c6a 100644 --- a/src/testing/test_testing_reconnect.c +++ b/src/testing/test_testing_reconnect.c @@ -101,8 +101,8 @@ end1_cb (void *cls, const char *emsg) if (d2 != NULL) { GNUNET_TESTING_daemon_stop (d2, TIMEOUT, &end2_cb, NULL, - (phase == NUM_PHASES) ? GNUNET_YES : GNUNET_NO, - GNUNET_NO); + (phase == NUM_PHASES) ? GNUNET_YES : GNUNET_NO, + GNUNET_NO); d2 = NULL; } } @@ -192,9 +192,13 @@ run (void *cls, char *const *args, const char *cfgfile, GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Starting daemon.\n"); #endif c1 = GNUNET_CONFIGURATION_create (); - GNUNET_assert (GNUNET_OK == GNUNET_CONFIGURATION_load (c1, "test_testing_connect_peer1.conf")); + GNUNET_assert (GNUNET_OK == + GNUNET_CONFIGURATION_load (c1, + "test_testing_connect_peer1.conf")); c2 = GNUNET_CONFIGURATION_create (); - GNUNET_assert (GNUNET_OK == GNUNET_CONFIGURATION_load (c2, "test_testing_connect_peer2.conf")); + GNUNET_assert (GNUNET_OK == + GNUNET_CONFIGURATION_load (c2, + "test_testing_connect_peer2.conf")); run_phase (); }