From: Christian Grothoff Date: Wed, 17 Feb 2010 14:22:22 +0000 (+0000) Subject: fix X-Git-Tag: initial-import-from-subversion-38251~22688 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=39d4944ca3bfdb8dd70e7e3aa702d05af34858e2;p=oweals%2Fgnunet.git fix --- 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);