mirror of
https://github.com/redis/redis.git
synced 2026-02-03 20:39:54 -05:00
Fix compile error with TLS_DEBUGGING (#13772)
This commit is contained in:
parent
f86575f210
commit
eb50eb20a5
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in a new issue