aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport_api2_communication.c
diff options
context:
space:
mode:
authorSchanzenbach, Martin <mschanzenbach@posteo.de>2020-01-01 13:35:28 +0900
committerSchanzenbach, Martin <mschanzenbach@posteo.de>2020-01-01 13:35:28 +0900
commit0c5090e7d76fd7c85b92f0c4f918cf5420bd68f8 (patch)
tree1c2d5d10f4a3d288c42198b7989cd70ac9537f05 /src/transport/transport_api2_communication.c
parent65b645e3c3910401d43d922d46096aa22c6de9e7 (diff)
downloadgnunet-0c5090e7d76fd7c85b92f0c4f918cf5420bd68f8.tar.gz
gnunet-0c5090e7d76fd7c85b92f0c4f918cf5420bd68f8.zip
fix backchannel
Diffstat (limited to 'src/transport/transport_api2_communication.c')
-rw-r--r--src/transport/transport_api2_communication.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/transport/transport_api2_communication.c b/src/transport/transport_api2_communication.c
index 01a2447fa..e80cd5c03 100644
--- a/src/transport/transport_api2_communication.c
+++ b/src/transport/transport_api2_communication.c
@@ -694,7 +694,6 @@ handle_backchannel_incoming (
694 const struct GNUNET_TRANSPORT_CommunicatorBackchannelIncoming *bi) 694 const struct GNUNET_TRANSPORT_CommunicatorBackchannelIncoming *bi)
695{ 695{
696 struct GNUNET_TRANSPORT_CommunicatorHandle *ch = cls; 696 struct GNUNET_TRANSPORT_CommunicatorHandle *ch = cls;
697
698 if (NULL != ch->notify_cb) 697 if (NULL != ch->notify_cb)
699 ch->notify_cb (ch->notify_cb_cls, 698 ch->notify_cb (ch->notify_cb_cls,
700 &bi->pid, 699 &bi->pid,