mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-01-19 00:51:37 +01:00
CLEANUP: ssl: fix comment in 'show ssl sni'
Fix a comment in the 'show ssl sni' IO handler.
This commit is contained in:
parent
9681fe0dba
commit
da28cd08f5
@ -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 */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user