From d1bf91c1cb277d352ca92fa0a00aa3ee47bf6f88 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 18 Nov 2010 22:43:01 +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 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, -- 2.25.1