aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport-testing-communicator.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-01-06 09:53:12 +0100
committerChristian Grothoff <christian@grothoff.org>2021-01-06 09:53:12 +0100
commit90499cabec25be14fb96bb3d62b791c5bf3470c2 (patch)
tree53d00bd5b89793d6ffe3ed80cec7db2e39a340d8 /src/transport/transport-testing-communicator.c
parentcff7a2fe5f78561bb091a96d776cc6e59fed016b (diff)
parent438aca2f666f0e0648f389774adee01c131da25c (diff)
downloadgnunet-90499cabec25be14fb96bb3d62b791c5bf3470c2.tar.gz
gnunet-90499cabec25be14fb96bb3d62b791c5bf3470c2.zip
Merge branch 'master' of git+ssh://gnunet.org/gnunet
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);