aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/transport_api.c')
-rw-r--r--src/transport/transport_api.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/transport/transport_api.c b/src/transport/transport_api.c
index 239983983..d475de859 100644
--- a/src/transport/transport_api.c
+++ b/src/transport/transport_api.c
@@ -1054,6 +1054,11 @@ remove_neighbour (struct GNUNET_TRANSPORT_Handle *h,
1054 struct NeighbourList *pos; 1054 struct NeighbourList *pos;
1055 struct GNUNET_TRANSPORT_TransmitHandle *th; 1055 struct GNUNET_TRANSPORT_TransmitHandle *th;
1056 1056
1057#if DEBUG_TRANSPORT
1058 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
1059 "Removing neighbour `%s' from list of connected peers.\n",
1060 GNUNET_i2s (peer));
1061#endif
1057 prev = NULL; 1062 prev = NULL;
1058 pos = h->neighbours; 1063 pos = h->neighbours;
1059 while ((pos != NULL) && 1064 while ((pos != NULL) &&