From: Christian Grothoff Date: Thu, 18 Nov 2010 22:43:01 +0000 (+0000) Subject: fix X-Git-Tag: initial-import-from-subversion-38251~19682 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d1bf91c1cb277d352ca92fa0a00aa3ee47bf6f88;p=oweals%2Fgnunet.git fix --- diff --git a/src/transport/transport_api.c b/src/transport/transport_api.c index 8c47b0936..e69d062e1 100644 --- a/src/transport/transport_api.c +++ b/src/transport/transport_api.c @@ -1093,7 +1093,7 @@ neighbour_free (struct NeighbourList *n) struct NeighbourList *prev; struct NeighbourList *pos; - GNUNET_assert (n->th->notify == NULL); + GNUNET_assert (n->transmit_handle.notify == NULL); h = n->h; #if DEBUG_TRANSPORT GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,