tls: fix formatting of half open connections

Type: fix

Signed-off-by: Florin Coras <fcoras@cisco.com>
Change-Id: If96dc748a716a261edfcb1020210bd73058e382f
This commit is contained in:
Florin Coras
2023-10-02 10:41:54 -07:00
committed by Florin Coras
parent 14df6fc1ea
commit e7295fd974

View File

@ -1057,6 +1057,7 @@ format_tls_half_open (u8 * s, va_list * args)
{
u32 ho_index = va_arg (*args, u32);
u32 __clib_unused thread_index = va_arg (*args, u32);
u32 __clib_unused verbose = va_arg (*args, u32);
session_t *tcp_ho;
tls_ctx_t *ho_ctx;