aboutsummaryrefslogtreecommitdiff
path: root/src/fs
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-10-19 12:44:39 +0000
committerChristian Grothoff <christian@grothoff.org>2011-10-19 12:44:39 +0000
commitda712d081fd688d09a683a8faeb5c84c5c07aa9f (patch)
tree1353b7619f25eb2d3649600db4b4ec5572d5d049 /src/fs
parentad4437bd9a5d28b8b966abfddaeec034ad237964 (diff)
downloadgnunet-da712d081fd688d09a683a8faeb5c84c5c07aa9f.tar.gz
gnunet-da712d081fd688d09a683a8faeb5c84c5c07aa9f.zip
fix
Diffstat (limited to 'src/fs')
-rw-r--r--src/fs/gnunet-service-fs_pr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/gnunet-service-fs_pr.c b/src/fs/gnunet-service-fs_pr.c
index ede9ef0f5..fee159a20 100644
--- a/src/fs/gnunet-service-fs_pr.c
+++ b/src/fs/gnunet-service-fs_pr.c
@@ -1374,7 +1374,7 @@ 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 { 1378 {
1379 GNUNET_STATISTICS_update (GSF_stats, 1379 GNUNET_STATISTICS_update (GSF_stats,
1380 gettext_noop 1380 gettext_noop