From: Florin Coras Date: Mon, 2 Oct 2023 17:41:54 +0000 (-0700) Subject: tls: fix formatting of half open connections X-Git-Tag: v23.10-rc2~11 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=e7295fd974090efd882a04fa4341d38d17060578;p=vpp.git tls: fix formatting of half open connections Type: fix Signed-off-by: Florin Coras Change-Id: If96dc748a716a261edfcb1020210bd73058e382f --- diff --git a/src/vnet/tls/tls.c b/src/vnet/tls/tls.c index f229902ba68..c8ae948debe 100644 --- a/src/vnet/tls/tls.c +++ b/src/vnet/tls/tls.c @@ -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;