From 60039125c0e5648d259719ce46388851710e30c9 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 7 Sep 2009 13:03:55 +0000 Subject: fix --- src/testing/testing.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src') 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 -- cgit v1.2.3