[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] r14932 - gnunet/src/testing
From: |
gnunet |
Subject: |
[GNUnet-SVN] r14932 - gnunet/src/testing |
Date: |
Fri, 8 Apr 2011 15:31:30 +0200 |
Author: nevans
Date: 2011-04-08 15:31:30 +0200 (Fri, 08 Apr 2011)
New Revision: 14932
Modified:
gnunet/src/testing/testing_group.c
Log:
fix warning
Modified: gnunet/src/testing/testing_group.c
===================================================================
--- gnunet/src/testing/testing_group.c 2011-04-08 13:29:28 UTC (rev 14931)
+++ gnunet/src/testing/testing_group.c 2011-04-08 13:31:30 UTC (rev 14932)
@@ -6305,6 +6305,11 @@
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;
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] r14932 - gnunet/src/testing,
gnunet <=