gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r37753 - gnunet/src/statistics


From: gnunet
Subject: [GNUnet-SVN] r37753 - gnunet/src/statistics
Date: Mon, 22 Aug 2016 15:23:07 +0200

Author: grothoff
Date: 2016-08-22 15:23:07 +0200 (Mon, 22 Aug 2016)
New Revision: 37753

Modified:
   gnunet/src/statistics/statistics_api.c
Log:
-fix NPE

Modified: gnunet/src/statistics/statistics_api.c
===================================================================
--- gnunet/src/statistics/statistics_api.c      2016-08-22 13:22:49 UTC (rev 
37752)
+++ gnunet/src/statistics/statistics_api.c      2016-08-22 13:23:07 UTC (rev 
37753)
@@ -922,7 +922,7 @@
   GNUNET_assert (GNUNET_NO == h->do_destroy); /* Don't call twice. */
   if ( (sync_first) &&
        (NULL != h->mq) &&
-       (0 != GNUNET_MQ_get_length (h->mq))
+       (0 != GNUNET_MQ_get_length (h->mq)) &&
        (GNUNET_YES == try_connect (h)) )
   {
     if ( (NULL != h->current) &&




reply via email to

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