aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2011-07-25 17:52:26 +0000
committerNathan S. Evans <evans@in.tum.de>2011-07-25 17:52:26 +0000
commite92d271512c4c65bdcbf890adfa56f43f7999a63 (patch)
treef634b7a6a287a02f6b331d84bce04050608a0fbc
parent9aa6ba92a76dad0bfdce5bbcbc7aaff998cd83de (diff)
downloadgnunet-e92d271512c4c65bdcbf890adfa56f43f7999a63.tar.gz
gnunet-e92d271512c4c65bdcbf890adfa56f43f7999a63.zip
set to null
-rw-r--r--src/testing/testing.c3
1 files changed, 2 insertions, 1 deletions
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)
819 d->cfg, 819 d->cfg,
820 d, 820 d,
821 (NULL == d->hostname) 821 (NULL == d->hostname)
822 ? _("`gnunet-arm' does not seem to terminate.\n") 822 ? _("`gnunet-arm' terminated with non-zero exit status (or timed out)!\n")
823 : _("`ssh' does not seem to terminate.\n")); 823 : _("`ssh' does not seem to terminate.\n"));
824 return; 824 return;
825 } 825 }
@@ -1076,6 +1076,7 @@ GNUNET_TESTING_daemon_start_stopped_service (struct GNUNET_TESTING_Daemon *d,
1076 } 1076 }
1077 d->phase = SP_SERVICE_START; 1077 d->phase = SP_SERVICE_START;
1078 GNUNET_free(d->churned_services); 1078 GNUNET_free(d->churned_services);
1079 d->churned_services = NULL;
1079 1080
1080 /* Check if this is a local or remote process */ 1081 /* Check if this is a local or remote process */
1081 if (NULL != d->hostname) 1082 if (NULL != d->hostname)