From 504b8e158b91d84cc5981dc13523558b00b73241 Mon Sep 17 00:00:00 2001 From: "Nathan S. Evans" Date: Fri, 8 Apr 2011 13:31:30 +0000 Subject: [PATCH] fix warning --- src/testing/testing_group.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/testing/testing_group.c b/src/testing/testing_group.c index 9f319ca61..fc19b67b0 100644 --- a/src/testing/testing_group.c +++ b/src/testing/testing_group.c @@ -6305,6 +6305,11 @@ GNUNET_TESTING_daemons_churn(struct GNUNET_TESTING_PeerGroup *pg, unsigned int *running_permute; unsigned int *stopped_permute; + shutdown_ctx = NULL; + peer_shutdown_ctx = NULL; + peer_restart_ctx = NULL; + churn_startup_ctx = NULL; + running = 0; stopped = 0; -- 2.25.1