gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r12136 - gnunet/src/testing
Date: Fri, 2 Jul 2010 18:49:10 +0200

Author: nevans
Date: 2010-07-02 18:49:10 +0200 (Fri, 02 Jul 2010)
New Revision: 12136

Modified:
   gnunet/src/testing/testing_group.c
Log:
remove redundant check

Modified: gnunet/src/testing/testing_group.c
===================================================================
--- gnunet/src/testing/testing_group.c  2010-07-02 16:41:31 UTC (rev 12135)
+++ gnunet/src/testing/testing_group.c  2010-07-02 16:49:10 UTC (rev 12136)
@@ -3579,7 +3579,7 @@
   shutdown_cb = NULL;
   shutdown_ctx = NULL;
 
-  if ((cb != NULL) && (pg->total > 0))
+  if (cb != NULL)
     {
       shutdown_ctx = GNUNET_malloc(sizeof(struct ShutdownContext));
       shutdown_ctx->cb = cb;




reply via email to

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