From: Nathan S. Evans Date: Fri, 8 Apr 2011 13:31:30 +0000 (+0000) Subject: fix warning X-Git-Tag: initial-import-from-subversion-38251~18733 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=504b8e158b91d84cc5981dc13523558b00b73241;p=oweals%2Fgnunet.git fix warning --- 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;