From 88900cd0da177c1a0e7f4fbdf91d7800417a2c2b Mon Sep 17 00:00:00 2001 From: Alexey Khromov Date: Sat, 12 Oct 2024 23:09:44 +0300 Subject: [PATCH] Minor fix --- source/bforce/prot_binkp.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/bforce/prot_binkp.c b/source/bforce/prot_binkp.c index c54d833..033db01 100644 --- a/source/bforce/prot_binkp.c +++ b/source/bforce/prot_binkp.c @@ -436,6 +436,7 @@ case 7: // p case 2: + DEB((D_24554, "WaitAKA: phase 2, mode=%d, waitaka %d, address_est %d",bstate->mode, cf_binkp_waitaka, bstate->address_established)); if ( (bstate->mode==bmode_incoming_handshake) && (conf_boolean(cf_binkp_waitaka)) && (!(bstate->address_established)) ) { DEB((D_24554, "send address paused - waitaka option present")); @@ -444,7 +445,7 @@ case 2: else { - DEB((D_24554, "Send address")); + DEB((D_24554, "Send address - begin")); bstate->phase += 1; buf[0] = BPMSG_ADR; wr_pos = 1;