aboutsummaryrefslogtreecommitdiff
path: root/src/fs
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-10-19 12:46:29 +0000
committerChristian Grothoff <christian@grothoff.org>2011-10-19 12:46:29 +0000
commit035cdff6929e62ba01cfe741eede1f9d7db42e57 (patch)
treecea36c19a96e8eb5a296e40c25b6d2a04f93e6f5 /src/fs
parentda712d081fd688d09a683a8faeb5c84c5c07aa9f (diff)
downloadgnunet-035cdff6929e62ba01cfe741eede1f9d7db42e57.tar.gz
gnunet-035cdff6929e62ba01cfe741eede1f9d7db42e57.zip
fix
Diffstat (limited to 'src/fs')
-rw-r--r--src/fs/gnunet-service-fs_pr.c13
1 files changed, 5 insertions, 8 deletions
diff --git a/src/fs/gnunet-service-fs_pr.c b/src/fs/gnunet-service-fs_pr.c
index fee159a20..052fd86ea 100644
--- a/src/fs/gnunet-service-fs_pr.c
+++ b/src/fs/gnunet-service-fs_pr.c
@@ -1374,15 +1374,12 @@ GSF_local_lookup_ (struct GSF_PendingRequest *pr,
1374 /* max queue size */ , 1374 /* max queue size */ ,
1375 GNUNET_TIME_UNIT_FOREVER_REL, 1375 GNUNET_TIME_UNIT_FOREVER_REL,
1376 &process_local_reply, pr); 1376 &process_local_reply, pr);
1377 if (NULL == pr->qe) 1377 if (NULL != pr->qe)
1378 {
1379 GNUNET_STATISTICS_update (GSF_stats,
1380 gettext_noop
1381 ("# Datastore lookups concluded (error queueing)"),
1382 1, GNUNET_NO);
1383
1384 return; 1378 return;
1385 } 1379 GNUNET_STATISTICS_update (GSF_stats,
1380 gettext_noop
1381 ("# Datastore lookups concluded (error queueing)"),
1382 1, GNUNET_NO);
1386 GNUNET_SCHEDULER_cancel (pr->warn_task); 1383 GNUNET_SCHEDULER_cancel (pr->warn_task);
1387 pr->warn_task = GNUNET_SCHEDULER_NO_TASK; 1384 pr->warn_task = GNUNET_SCHEDULER_NO_TASK;
1388 pr->llc_cont = NULL; 1385 pr->llc_cont = NULL;