aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs_pe.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-03-15 14:03:10 +0000
committerChristian Grothoff <christian@grothoff.org>2011-03-15 14:03:10 +0000
commit00a4b2245745e2fd8703f47f0f8cd040a3eff41d (patch)
tree95dc84cbb51e6691fb3c4e841d515c7597bf4260 /src/fs/gnunet-service-fs_pe.c
parent88d047a2472a83a4552507ff99ad23af27852dcc (diff)
downloadgnunet-00a4b2245745e2fd8703f47f0f8cd040a3eff41d.tar.gz
gnunet-00a4b2245745e2fd8703f47f0f8cd040a3eff41d.zip
fix
Diffstat (limited to 'src/fs/gnunet-service-fs_pe.c')
-rw-r--r--src/fs/gnunet-service-fs_pe.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fs/gnunet-service-fs_pe.c b/src/fs/gnunet-service-fs_pe.c
index 816328392..7caf373d0 100644
--- a/src/fs/gnunet-service-fs_pe.c
+++ b/src/fs/gnunet-service-fs_pe.c
@@ -338,6 +338,8 @@ GSF_plan_notify_peer_disconnect_ (const struct GSF_ConnectedPeer *cp)
338 GSF_connected_peer_get_identity_ (cp, &id); 338 GSF_connected_peer_get_identity_ (cp, &id);
339 pp = GNUNET_CONTAINER_multihashmap_get (plans, 339 pp = GNUNET_CONTAINER_multihashmap_get (plans,
340 &id.hashPubKey); 340 &id.hashPubKey);
341 if (NULL == pp)
342 return; /* nothing was ever planned for this peer */
341 GNUNET_CONTAINER_multihashmap_remove (plans, 343 GNUNET_CONTAINER_multihashmap_remove (plans,
342 &id.hashPubKey, 344 &id.hashPubKey,
343 pp); 345 pp);