From da28cd08f53569faf1bb18ccde4a49a574680ae0 Mon Sep 17 00:00:00 2001 From: William Lallemand Date: Tue, 10 Dec 2024 11:17:10 +0100 Subject: [PATCH] CLEANUP: ssl: fix comment in 'show ssl sni' Fix a comment in the 'show ssl sni' IO handler. --- src/ssl_ckch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ssl_ckch.c b/src/ssl_ckch.c index 2966ba967..a0eb1ecfa 100644 --- a/src/ssl_ckch.c +++ b/src/ssl_ckch.c @@ -1590,7 +1590,7 @@ static int cli_io_handler_show_sni(struct appctx *appctx) HA_RWLOCK_RDLOCK(SNI_LOCK, &bind->sni_lock); - /* do this twice: once for wildcards and once for standard SNI */ + /* do this twice: once for the standard SNI and once for wildcards */ for (type = ctx->nodetype; type < 2; type++) { n = ctx->n; /* get the node from previous yield */