aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport-testing-communicator.c
diff options
context:
space:
mode:
authort3sserakt <t3ss@posteo.de>2021-01-05 13:19:57 +0100
committert3sserakt <t3ss@posteo.de>2021-01-05 13:19:57 +0100
commit5affc9ad078e8d90c47a2972d67cd9d65529792d (patch)
treefe02ace1af4d386044c64ddbb78ad6db0d791d09 /src/transport/transport-testing-communicator.c
parent561596641606ecc0b5f71658c34eab1312ad8f18 (diff)
downloadgnunet-5affc9ad078e8d90c47a2972d67cd9d65529792d.tar.gz
gnunet-5affc9ad078e8d90c47a2972d67cd9d65529792d.zip
- started making tng communicator test code more resilient
Diffstat (limited to 'src/transport/transport-testing-communicator.c')
-rw-r--r--src/transport/transport-testing-communicator.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/transport/transport-testing-communicator.c b/src/transport/transport-testing-communicator.c
index 56240864c..de356fb9c 100644
--- a/src/transport/transport-testing-communicator.c
+++ b/src/transport/transport-testing-communicator.c
@@ -317,6 +317,7 @@ handle_add_address (void *cls,
317 client->tc; 317 client->tc;
318 uint16_t size; 318 uint16_t size;
319 size = ntohs (msg->header.size) - sizeof(*msg); 319 size = ntohs (msg->header.size) - sizeof(*msg);
320 LOG (GNUNET_ERROR_TYPE_DEBUG, "received add address cb %u\n", size);
320 if (0 == size) 321 if (0 == size)
321 return; /* receive-only communicator */ 322 return; /* receive-only communicator */
322 LOG (GNUNET_ERROR_TYPE_DEBUG, "received add address cb %u\n", size); 323 LOG (GNUNET_ERROR_TYPE_DEBUG, "received add address cb %u\n", size);