commit | d69ef3aeeb8b290917ce9e06d5f8f73da4268852 | [log] [tgz] |
---|---|---|
author | Florin Coras <fcoras@cisco.com> | Mon Oct 02 10:41:54 2023 -0700 |
committer | Florin Coras <florin.coras@gmail.com> | Mon Oct 02 17:38:11 2023 +0000 |
tree | aebb457524929c9ec97b10003a9f2995e55dc3a9 | |
parent | 6cb7273949cb1a6965dc376d727f4eacf690e930 [diff] [blame] |
tls: fix formatting of half open connections Type: fix Signed-off-by: Florin Coras <fcoras@cisco.com> Change-Id: If96dc748a716a261edfcb1020210bd73058e382f
diff --git a/src/vnet/tls/tls.c b/src/vnet/tls/tls.c index 6905afc..c329463 100644 --- a/src/vnet/tls/tls.c +++ b/src/vnet/tls/tls.c
@@ -1063,6 +1063,7 @@ { 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;