aboutsummaryrefslogtreecommitdiff
path: root/src/vpn
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-09-16 13:51:02 +0000
committerChristian Grothoff <christian@grothoff.org>2011-09-16 13:51:02 +0000
commitc474ffed78a7d2f93f71650cc9c5ae4625588062 (patch)
tree661f9772a15a4861d5eb8387abb600dd5d7ea8d0 /src/vpn
parent210d5ee66be544cb2e85b2b7ea9b43c6341fb62e (diff)
downloadgnunet-c474ffed78a7d2f93f71650cc9c5ae4625588062.tar.gz
gnunet-c474ffed78a7d2f93f71650cc9c5ae4625588062.zip
c3015
Diffstat (limited to 'src/vpn')
-rw-r--r--src/vpn/gnunet-daemon-exit.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/vpn/gnunet-daemon-exit.c b/src/vpn/gnunet-daemon-exit.c
index 324c136b0..3a05f2e24 100644
--- a/src/vpn/gnunet-daemon-exit.c
+++ b/src/vpn/gnunet-daemon-exit.c
@@ -207,7 +207,8 @@ collect_connections (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
207 207
208 /* FIXME! GNUNET_MESH_close_tunnel(state->tunnel); */ 208 /* FIXME! GNUNET_MESH_close_tunnel(state->tunnel); */
209 209
210 GNUNET_CONTAINER_multihashmap_remove (state->hashmap, &state->hash, state); 210 GNUNET_assert (GNUNET_OK ==
211 GNUNET_CONTAINER_multihashmap_remove (state->hashmap, &state->hash, state));
211 212
212 GNUNET_free (state); 213 GNUNET_free (state);
213} 214}