aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport_api2_communication.c
diff options
context:
space:
mode:
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 9df9424da..01a2447fa 100644
--- a/src/transport/transport_api2_communication.c
+++ b/src/transport/transport_api2_communication.c
@@ -893,6 +893,7 @@ GNUNET_TRANSPORT_communicator_receive (
893 // and then have the application fill in the body so we do 893 // and then have the application fill in the body so we do
894 // not have to memcpy() 894 // not have to memcpy()
895 memcpy (&im[1], msg, msize); 895 memcpy (&im[1], msg, msize);
896 im->fc_on = htonl (GNUNET_NO);
896 if (NULL != cb) 897 if (NULL != cb)
897 { 898 {
898 struct FlowControl *fc; 899 struct FlowControl *fc;