From 39d4944ca3bfdb8dd70e7e3aa702d05af34858e2 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 17 Feb 2010 14:22:22 +0000 Subject: [PATCH] fix --- src/transport/transport_api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/transport/transport_api.c b/src/transport/transport_api.c index a4282607f..020253bc7 100644 --- a/src/transport/transport_api.c +++ b/src/transport/transport_api.c @@ -1464,7 +1464,7 @@ demultiplexer (void *cls, const struct GNUNET_MessageHeader *msg) "DISCONNECT", GNUNET_i2s (&dim->peer)); #endif - n = neighbour_find (h, &dim->id); + n = neighbour_find (h, &dim->peer); GNUNET_break (n != NULL); if (n != NULL) neighbour_disconnect (n); -- 2.25.1