aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/cadet/gnunet-service-cadet-new_tunnels.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/cadet/gnunet-service-cadet-new_tunnels.c b/src/cadet/gnunet-service-cadet-new_tunnels.c
index ed3a3a362..af77ea067 100644
--- a/src/cadet/gnunet-service-cadet-new_tunnels.c
+++ b/src/cadet/gnunet-service-cadet-new_tunnels.c
@@ -1820,7 +1820,10 @@ GCT_handle_kx_auth (struct CadetTConnection *ct,
1820 { 1820 {
1821 /* This KX_AUTH is not using the latest KX/KX_AUTH data 1821 /* This KX_AUTH is not using the latest KX/KX_AUTH data
1822 we transmitted to the sender, refuse it, try KX again. */ 1822 we transmitted to the sender, refuse it, try KX again. */
1823 GNUNET_break_op (0); 1823 GNUNET_STATISTICS_update (stats,
1824 "# KX_AUTH not using our last KX received (auth failure)",
1825 1,
1826 GNUNET_NO);
1824 send_kx (t, 1827 send_kx (t,
1825 NULL, 1828 NULL,
1826 &t->ax); 1829 &t->ax);