aboutsummaryrefslogtreecommitdiff
path: root/src/core/gnunet-service-core_neighbours.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/gnunet-service-core_neighbours.c')
-rw-r--r--src/core/gnunet-service-core_neighbours.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/gnunet-service-core_neighbours.c b/src/core/gnunet-service-core_neighbours.c
index f0b38610a..2065faa94 100644
--- a/src/core/gnunet-service-core_neighbours.c
+++ b/src/core/gnunet-service-core_neighbours.c
@@ -162,7 +162,6 @@ free_neighbour (struct Neighbour *n)
162 gettext_noop 162 gettext_noop
163 ("# sessions terminated by transport disconnect"), 163 ("# sessions terminated by transport disconnect"),
164 1, GNUNET_NO); 164 1, GNUNET_NO);
165 GSC_SESSIONS_end (&n->peer);
166 if (NULL != n->kxinfo) 165 if (NULL != n->kxinfo)
167 { 166 {
168 GSC_KX_stop (n->kxinfo); 167 GSC_KX_stop (n->kxinfo);