aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-communicator-tcp.c
diff options
context:
space:
mode:
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);