Fix compile error with TLS_DEBUGGING (#13772)

This commit is contained in:
Dustin Rodrigues
2025-01-26 10:14:43 +08:00
committed by GitHub
parent f86575f210
commit eb50eb20a5
+1 -1
View File
@@ -633,7 +633,7 @@ static void tlsHandleEvent(tls_connection *conn, int mask) {
int ret, conn_error;
TLSCONN_DEBUG("tlsEventHandler(): fd=%d, state=%d, mask=%d, r=%d, w=%d, flags=%d",
fd, conn->c.state, mask, conn->c.read_handler != NULL, conn->c.write_handler != NULL,
conn->c.fd, conn->c.state, mask, conn->c.read_handler != NULL, conn->c.write_handler != NULL,
conn->flags);
ERR_clear_error();