From 873381c653bbd96f376f8fa028fc49b5ec4fc721 Mon Sep 17 00:00:00 2001 From: t3sserakt Date: Wed, 4 Aug 2021 15:09:17 +0200 Subject: first cmd for a simple tng test running. part of cleanup and sanity check when starting missing --- src/transport/gnunet-communicator-tcp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/transport/gnunet-communicator-tcp.c') 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) { GNUNET_log (GNUNET_ERROR_TYPE_INFO, "Invalid TCP KX received from %s\n", - GNUNET_a2s (queue->address, queue->address_len)); + GNUNET_a2s (pq->address, pq->address_len)); gcry_cipher_close (queue->in_cipher); GNUNET_free (queue); free_proto_queue (pq); -- cgit v1.2.3