From: Christian Grothoff Date: Mon, 7 Sep 2009 13:03:55 +0000 (+0000) Subject: fix X-Git-Tag: initial-import-from-subversion-38251~23514 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=60039125c0e5648d259719ce46388851710e30c9;p=oweals%2Fgnunet.git fix --- diff --git a/src/testing/testing.c b/src/testing/testing.c index 5d465e05f..a82842777 100644 --- a/src/testing/testing.c +++ b/src/testing/testing.c @@ -215,11 +215,11 @@ testing_init (void *cls, GNUNET_i2s(my_identity)); #endif d->id = *my_identity; + d->server = server; if (GNUNET_YES == d->dead) GNUNET_TESTING_daemon_stop (d, d->dead_cb, d->dead_cb_cls); else if (NULL != cb) cb (d->cb_cls, my_identity, d->cfg, d, NULL); - d->server = server; } @@ -309,9 +309,8 @@ start_fsm (void *cls, d->cfgfile, #if DEBUG_TESTING "-L", "DEBUG", -#else - "-d", #endif + "-d", NULL); } else