Fix compile error with TLS_DEBUGGING (#13772)
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user