gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r16115 - gnunet/src/testing


From: gnunet
Subject: [GNUnet-SVN] r16115 - gnunet/src/testing
Date: Tue, 19 Jul 2011 14:33:54 +0200

Author: nevans
Date: 2011-07-19 14:33:54 +0200 (Tue, 19 Jul 2011)
New Revision: 16115

Modified:
   gnunet/src/testing/testing_group.c
Log:
coverity fix

Modified: gnunet/src/testing/testing_group.c
===================================================================
--- gnunet/src/testing/testing_group.c  2011-07-19 12:29:05 UTC (rev 16114)
+++ gnunet/src/testing/testing_group.c  2011-07-19 12:33:54 UTC (rev 16115)
@@ -2424,6 +2424,7 @@
   }
 #endif
 
+#if !OLD
 /**
  * Create a blacklist topology based on the allowed topology
  * which disallows any connections not in the allowed topology
@@ -2437,8 +2438,8 @@
  *
  */
 static unsigned int
-copy_allowed(struct GNUNET_TESTING_PeerGroup *pg,
-             GNUNET_TESTING_ConnectionProcessor proc)
+copy_allowed (struct GNUNET_TESTING_PeerGroup *pg,
+              GNUNET_TESTING_ConnectionProcessor proc)
 {
   unsigned int count;
   unsigned int total;
@@ -2471,6 +2472,7 @@
              total);
   return total;
 }
+#endif
 
 /**
  * Create a topology given a peer group (set of running peers)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]