gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r12256 - gnunet/src/statistics
Date: Mon, 19 Jul 2010 21:47:56 +0200

Author: grothoff
Date: 2010-07-19 21:47:56 +0200 (Mon, 19 Jul 2010)
New Revision: 12256

Modified:
   gnunet/src/statistics/statistics_api.c
Log:
fixing 1581

Modified: gnunet/src/statistics/statistics_api.c
===================================================================
--- gnunet/src/statistics/statistics_api.c      2010-07-19 13:08:54 UTC (rev 
12255)
+++ gnunet/src/statistics/statistics_api.c      2010-07-19 19:47:56 UTC (rev 
12256)
@@ -491,7 +491,6 @@
                   "Received end of statistics marker\n");
 #endif
       h->backoff = GNUNET_TIME_UNIT_MILLISECONDS;
-      finish (h, GNUNET_OK);
       if (h->watches_size > 0)
        {
          GNUNET_CLIENT_receive (h->client,
@@ -503,6 +502,7 @@
        {
          h->receiving = GNUNET_NO;
        }
+      finish (h, GNUNET_OK);
       return;
     case GNUNET_MESSAGE_TYPE_STATISTICS_VALUE:
       if (GNUNET_OK == process_message (h, msg))




reply via email to

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