aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/gnunet-service-fs.c')
-rw-r--r--src/fs/gnunet-service-fs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/gnunet-service-fs.c b/src/fs/gnunet-service-fs.c
index a52e06c02..5ea1bb7c1 100644
--- a/src/fs/gnunet-service-fs.c
+++ b/src/fs/gnunet-service-fs.c
@@ -347,7 +347,7 @@ start_p2p_processing (void *cls,
347 return; /* we're done, 'pr' was already destroyed... */ 347 return; /* we're done, 'pr' was already destroyed... */
348 if (0 != (GSF_PRO_LOCAL_ONLY & prd->options) ) 348 if (0 != (GSF_PRO_LOCAL_ONLY & prd->options) )
349 { 349 {
350 GSF_pending_request_cancel_ (pr); 350 GSF_pending_request_cancel_ (pr, GNUNET_YES);
351 return; 351 return;
352 } 352 }
353 GSF_dht_lookup_ (pr); 353 GSF_dht_lookup_ (pr);