fix
authorChristian Grothoff <christian@grothoff.org>
Thu, 18 Nov 2010 22:43:01 +0000 (22:43 +0000)
committerChristian Grothoff <christian@grothoff.org>
Thu, 18 Nov 2010 22:43:01 +0000 (22:43 +0000)
src/transport/transport_api.c

index 8c47b0936a8e5c55e3fd10e07ea4dbc682e05729..e69d062e102a16738562c11fe144631a3e1e9794 100644 (file)
@@ -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,