Fix typo
This commit is contained in:
parent
4d3ee53e7b
commit
7712ae3a92
@ -1360,7 +1360,7 @@ static int SSLize(connection_t *cn, int *nc)
|
|||||||
len = strlen(buf);
|
len = strlen(buf);
|
||||||
if (len > 0)
|
if (len > 0)
|
||||||
buf[len - 1] = '\0';
|
buf[len - 1] = '\0';
|
||||||
mylog(LOG_DEBUG, "Negociated cyphers: %s", buf);
|
mylog(LOG_DEBUG, "Negociated ciphers: %s", buf);
|
||||||
|
|
||||||
cn->connected = CONN_OK;
|
cn->connected = CONN_OK;
|
||||||
connection_connected(cn);
|
connection_connected(cn);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user