Skip to content

Commit

Permalink
Fixup after merging master into am-755-websocket-proxy-proto
Browse files Browse the repository at this point in the history
Signed-off-by: Aleksey Mikhaylov <aym@tempesta-tech.com>
  • Loading branch information
ttaym committed Apr 21, 2022
1 parent 768fc05 commit 9a014ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fw/tls.c
Original file line number Diff line number Diff line change
Expand Up @@ -887,7 +887,7 @@ tfw_tls_sni(TlsCtx *ctx, const unsigned char *data, size_t len)
if (DBG_TLS) {
vhost = tfw_vhost_from_tls_conf(ctx->peer_conf);
T_DBG("found SAN/CN '%.*s' for SNI '%.*s' and vhost '%.*s'\n",
PR_TFW_STR(&srv_name), len, data,
PR_TFW_STR(&srv_name), (int)len, data,
PR_TFW_STR(&vhost->name));
}
/* Save processed server name as hash. */
Expand Down

0 comments on commit 9a014ce

Please sign in to comment.