aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport_api.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-11-18 22:43:01 +0000
committerChristian Grothoff <christian@grothoff.org>2010-11-18 22:43:01 +0000
commitd1bf91c1cb277d352ca92fa0a00aa3ee47bf6f88 (patch)
tree5d3016caf0c85507f89b03199105b8a3db8526c2 /src/transport/transport_api.c
parentef52464cfe0cb280866e65d463104ba89cf7d625 (diff)
downloadgnunet-d1bf91c1cb277d352ca92fa0a00aa3ee47bf6f88.tar.gz
gnunet-d1bf91c1cb277d352ca92fa0a00aa3ee47bf6f88.zip
fix
Diffstat (limited to 'src/transport/transport_api.c')
-rw-r--r--src/transport/transport_api.c2
1 files changed, 1 insertions, 1 deletions
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)
1093 struct NeighbourList *prev; 1093 struct NeighbourList *prev;
1094 struct NeighbourList *pos; 1094 struct NeighbourList *pos;
1095 1095
1096 GNUNET_assert (n->th->notify == NULL); 1096 GNUNET_assert (n->transmit_handle.notify == NULL);
1097 h = n->h; 1097 h = n->h;
1098#if DEBUG_TRANSPORT 1098#if DEBUG_TRANSPORT
1099 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 1099 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,