From e92d271512c4c65bdcbf890adfa56f43f7999a63 Mon Sep 17 00:00:00 2001 From: "Nathan S. Evans" Date: Mon, 25 Jul 2011 17:52:26 +0000 Subject: set to null --- src/testing/testing.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/testing/testing.c b/src/testing/testing.c index c35500c35..e393a68f2 100644 --- a/src/testing/testing.c +++ b/src/testing/testing.c @@ -819,7 +819,7 @@ start_fsm (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) d->cfg, d, (NULL == d->hostname) - ? _("`gnunet-arm' does not seem to terminate.\n") + ? _("`gnunet-arm' terminated with non-zero exit status (or timed out)!\n") : _("`ssh' does not seem to terminate.\n")); return; } @@ -1076,6 +1076,7 @@ GNUNET_TESTING_daemon_start_stopped_service (struct GNUNET_TESTING_Daemon *d, } d->phase = SP_SERVICE_START; GNUNET_free(d->churned_services); + d->churned_services = NULL; /* Check if this is a local or remote process */ if (NULL != d->hostname) -- cgit v1.2.3