tls: fix formatting of half open connections 04/39604/2
authorFlorin Coras <fcoras@cisco.com>
Mon, 2 Oct 2023 17:41:54 +0000 (10:41 -0700)
committerFlorin Coras <florin.coras@gmail.com>
Mon, 2 Oct 2023 17:38:11 +0000 (17:38 +0000)
Type: fix

Signed-off-by: Florin Coras <fcoras@cisco.com>
Change-Id: If96dc748a716a261edfcb1020210bd73058e382f

src/vnet/tls/tls.c

index 6905afc..c329463 100644 (file)
@@ -1063,6 +1063,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;