aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport_api2_communication.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-11-08 11:32:03 +0100
committerChristian Grothoff <christian@grothoff.org>2018-11-08 11:32:03 +0100
commita18d1f2587ca5df5a9c6e47c012bfbaf3f19098c (patch)
tree890025fef864f380c9d2ca40599f52e0e60b1c14 /src/transport/transport_api2_communication.c
parent49b581dd1c00d769e97031c51b5865846e802f8f (diff)
downloadgnunet-a18d1f2587ca5df5a9c6e47c012bfbaf3f19098c.tar.gz
gnunet-a18d1f2587ca5df5a9c6e47c012bfbaf3f19098c.zip
work on UNIX communicator
Diffstat (limited to 'src/transport/transport_api2_communication.c')
-rw-r--r--src/transport/transport_api2_communication.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/transport/transport_api2_communication.c b/src/transport/transport_api2_communication.c
index e5be53150..434138e19 100644
--- a/src/transport/transport_api2_communication.c
+++ b/src/transport/transport_api2_communication.c
@@ -729,6 +729,7 @@ reconnect (struct GNUNET_TRANSPORT_CommunicatorHandle *ch)
729 handlers, 729 handlers,
730 &error_handler, 730 &error_handler,
731 ch); 731 ch);
732 // FIXME: must notify transport that we are responsible for 'ch->name' addresses!!!
732 for (struct GNUNET_TRANSPORT_AddressIdentifier *ai = ch->ai_head; 733 for (struct GNUNET_TRANSPORT_AddressIdentifier *ai = ch->ai_head;
733 NULL != ai; 734 NULL != ai;
734 ai = ai->next) 735 ai = ai->next)