Fix stat
authorChristian Grothoff <christian@grothoff.org>
Wed, 19 Oct 2011 13:32:38 +0000 (13:32 +0000)
committerChristian Grothoff <christian@grothoff.org>
Wed, 19 Oct 2011 13:32:38 +0000 (13:32 +0000)
src/fs/gnunet-service-fs_pr.c

index 953983d37ace3647ce47405e61a7b48f23f7b8a6..9a8a3f23a2ea9f7c7505e2743c02a4b7628a3202 100644 (file)
@@ -1219,13 +1219,11 @@ process_local_reply (void *cls, const GNUNET_HashCode * key, size_t size,
                                   GNUNET_TIME_UNIT_FOREVER_REL,
                                   &process_local_reply, pr);
     if (NULL != pr->qe)
-    {
-      GNUNET_STATISTICS_update (GSF_stats,
-                                gettext_noop
-                                ("# Datastore lookups concluded (error queueing)"),
-                                1, GNUNET_NO);
-      return;                   /* we're done */
-    }
+      return;                   /* we're done */    
+    GNUNET_STATISTICS_update (GSF_stats,
+                             gettext_noop
+                             ("# Datastore lookups concluded (error queueing)"),
+                             1, GNUNET_NO);
     goto check_error_and_continue;
   }
   old_rf = pr->public_data.results_found;