CLEANUP: ssl: fix comment in 'show ssl sni'

Fix a comment in the 'show ssl sni' IO handler.
This commit is contained in:
William Lallemand 2024-12-10 11:17:10 +01:00
parent 9681fe0dba
commit da28cd08f5

View File

@ -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 */