aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-06-16 13:53:59 +0000
committerChristian Grothoff <christian@grothoff.org>2011-06-16 13:53:59 +0000
commite654ccc9fb0cca819db22ecde4a077a574628f0f (patch)
tree75a96e993925b16c8c60c626865ea70c8e683377
parent26e708c1dbb3fa86bb9f03c64e98eee7b275b173 (diff)
downloadgnunet-e654ccc9fb0cca819db22ecde4a077a574628f0f.tar.gz
gnunet-e654ccc9fb0cca819db22ecde4a077a574628f0f.zip
stat
-rw-r--r--src/fs/gnunet-service-fs_pr.c11
1 files changed, 9 insertions, 2 deletions
diff --git a/src/fs/gnunet-service-fs_pr.c b/src/fs/gnunet-service-fs_pr.c
index 73941ae7b..c70479b22 100644
--- a/src/fs/gnunet-service-fs_pr.c
+++ b/src/fs/gnunet-service-fs_pr.c
@@ -925,7 +925,7 @@ put_migration_continuation (void *cls,
925 if (GNUNET_OK == success) 925 if (GNUNET_OK == success)
926 return; 926 return;
927 GNUNET_STATISTICS_update (GSF_stats, 927 GNUNET_STATISTICS_update (GSF_stats,
928 gettext_noop ("# datastore 'put' failures"), 928 gettext_noop ("# Datastore `PUT' failures"),
929 1, 929 1,
930 GNUNET_NO); 930 GNUNET_NO);
931} 931}
@@ -1427,7 +1427,14 @@ GSF_local_lookup_ (struct GSF_PendingRequest *pr,
1427 &process_local_reply, 1427 &process_local_reply,
1428 pr); 1428 pr);
1429 if (NULL != pr->qe) 1429 if (NULL != pr->qe)
1430 return; 1430 {
1431 GNUNET_STATISTICS_update (GSF_stats,
1432 gettext_noop ("# Datastore lookups concluded (error queueing)"),
1433 1,
1434 GNUNET_NO);
1435
1436 return;
1437 }
1431 GNUNET_SCHEDULER_cancel (pr->warn_task); 1438 GNUNET_SCHEDULER_cancel (pr->warn_task);
1432 pr->warn_task = GNUNET_SCHEDULER_NO_TASK; 1439 pr->warn_task = GNUNET_SCHEDULER_NO_TASK;
1433 pr->llc_cont = NULL; 1440 pr->llc_cont = NULL;