aboutsummaryrefslogtreecommitdiff
path: root/src/fs
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2016-06-03 10:32:17 +0000
committerMartin Schanzenbach <mschanzenbach@posteo.de>2016-06-03 10:32:17 +0000
commit6a81c1536eab851aa192b39b00801304377a6b86 (patch)
treeffc4144c018c6eaf12dbd0a6a69c2b3d761a4845 /src/fs
parenta7b1bfa4c5304d864d02187824ea1998ee53e59d (diff)
downloadgnunet-6a81c1536eab851aa192b39b00801304377a6b86.tar.gz
gnunet-6a81c1536eab851aa192b39b00801304377a6b86.zip
-fix #4541
Diffstat (limited to 'src/fs')
-rw-r--r--src/fs/gnunet-service-fs_cp.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/fs/gnunet-service-fs_cp.c b/src/fs/gnunet-service-fs_cp.c
index 4b609f19e..ceb74a271 100644
--- a/src/fs/gnunet-service-fs_cp.c
+++ b/src/fs/gnunet-service-fs_cp.c
@@ -620,10 +620,8 @@ peer_respect_cb (void *cls,
620 if (NULL != cp->creation_cb) 620 if (NULL != cp->creation_cb)
621 cp->creation_cb (cp->creation_cb_cls, cp); 621 cp->creation_cb (cp->creation_cb_cls, cp);
622 if (NULL != record) 622 if (NULL != record)
623 {
624 GNUNET_PEERSTORE_iterate_cancel (cp->respect_iterate_req); 623 GNUNET_PEERSTORE_iterate_cancel (cp->respect_iterate_req);
625 cp->respect_iterate_req = NULL; 624 cp->respect_iterate_req = NULL;
626 }
627} 625}
628 626
629 627