From 0c5090e7d76fd7c85b92f0c4f918cf5420bd68f8 Mon Sep 17 00:00:00 2001 From: "Schanzenbach, Martin" Date: Wed, 1 Jan 2020 13:35:28 +0900 Subject: fix backchannel --- src/transport/transport_api2_communication.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/transport/transport_api2_communication.c') 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 ( const struct GNUNET_TRANSPORT_CommunicatorBackchannelIncoming *bi) { struct GNUNET_TRANSPORT_CommunicatorHandle *ch = cls; - if (NULL != ch->notify_cb) ch->notify_cb (ch->notify_cb_cls, &bi->pid, -- cgit v1.2.3