From: William Lallemand Date: Tue, 10 Dec 2024 10:17:10 +0000 (+0100) Subject: CLEANUP: ssl: fix comment in 'show ssl sni' X-Git-Tag: v3.2-dev1~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=da28cd08f53569faf1bb18ccde4a49a574680ae0;p=thirdparty%2Fhaproxy.git CLEANUP: ssl: fix comment in 'show ssl sni' Fix a comment in the 'show ssl sni' IO handler. --- diff --git a/src/ssl_ckch.c b/src/ssl_ckch.c index 2966ba9675..a0eb1ecfa3 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 */