aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs_pe.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-07-16 20:17:34 +0000
committerChristian Grothoff <christian@grothoff.org>2011-07-16 20:17:34 +0000
commit95f059ea4b268b48aed6182056a256228bd81dd2 (patch)
treefd27438c2f037831f905509c576bd32979dabb36 /src/fs/gnunet-service-fs_pe.c
parente7b6929291bc646bd82602705b3690baf9251c77 (diff)
downloadgnunet-95f059ea4b268b48aed6182056a256228bd81dd2.tar.gz
gnunet-95f059ea4b268b48aed6182056a256228bd81dd2.zip
assert
Diffstat (limited to 'src/fs/gnunet-service-fs_pe.c')
-rw-r--r--src/fs/gnunet-service-fs_pe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/gnunet-service-fs_pe.c b/src/fs/gnunet-service-fs_pe.c
index e45585db6..b62c20005 100644
--- a/src/fs/gnunet-service-fs_pe.c
+++ b/src/fs/gnunet-service-fs_pe.c
@@ -389,7 +389,7 @@ GSF_plan_notify_peer_disconnect_ (const struct GSF_ConnectedPeer *cp)
389 &id.hashPubKey); 389 &id.hashPubKey);
390 if (NULL == pp) 390 if (NULL == pp)
391 return; /* nothing was ever planned for this peer */ 391 return; /* nothing was ever planned for this peer */
392 GNUNET_assert (GNUNET_OK == 392 GNUNET_assert (GNUNET_YES ==
393 GNUNET_CONTAINER_multihashmap_remove (plans, 393 GNUNET_CONTAINER_multihashmap_remove (plans,
394 &id.hashPubKey, 394 &id.hashPubKey,
395 pp)); 395 pp));