aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-communicator-tcp.c
diff options
context:
space:
mode:
authort3sserakt <t3ss@posteo.de>2021-08-04 15:09:17 +0200
committert3sserakt <t3ss@posteo.de>2021-08-04 15:09:17 +0200
commit873381c653bbd96f376f8fa028fc49b5ec4fc721 (patch)
treef6072a5d222574528fb2ffe83ca5c5a30499f187 /src/transport/gnunet-communicator-tcp.c
parent22b6c43bb3508c0448f232429c86583ef09a991c (diff)
downloadgnunet-873381c653bbd96f376f8fa028fc49b5ec4fc721.tar.gz
gnunet-873381c653bbd96f376f8fa028fc49b5ec4fc721.zip
first cmd for a simple tng test running. part of cleanup and sanity check when starting missing
Diffstat (limited to 'src/transport/gnunet-communicator-tcp.c')
-rw-r--r--src/transport/gnunet-communicator-tcp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/gnunet-communicator-tcp.c b/src/transport/gnunet-communicator-tcp.c
index fde85923b..10e2f7d40 100644
--- a/src/transport/gnunet-communicator-tcp.c
+++ b/src/transport/gnunet-communicator-tcp.c
@@ -2710,7 +2710,7 @@ proto_read_kx (void *cls)
2710 { 2710 {
2711 GNUNET_log (GNUNET_ERROR_TYPE_INFO, 2711 GNUNET_log (GNUNET_ERROR_TYPE_INFO,
2712 "Invalid TCP KX received from %s\n", 2712 "Invalid TCP KX received from %s\n",
2713 GNUNET_a2s (queue->address, queue->address_len)); 2713 GNUNET_a2s (pq->address, pq->address_len));
2714 gcry_cipher_close (queue->in_cipher); 2714 gcry_cipher_close (queue->in_cipher);
2715 GNUNET_free (queue); 2715 GNUNET_free (queue);
2716 free_proto_queue (pq); 2716 free_proto_queue (pq);