mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 20:33:31 +01:00
"Authetnicate" is not the usual spelling
This commit is contained in:
parent
c2a098e980
commit
2018f86e0c
@ -1135,7 +1135,7 @@ command_process_authenticate_cell(var_cell_t *cell, or_connection_t *conn)
|
|||||||
#define ERR(s) \
|
#define ERR(s) \
|
||||||
do { \
|
do { \
|
||||||
log_fn(LOG_PROTOCOL_WARN, LD_PROTOCOL, \
|
log_fn(LOG_PROTOCOL_WARN, LD_PROTOCOL, \
|
||||||
"Received a bad AUTHETNICATE cell from %s:%d: %s", \
|
"Received a bad AUTHENTICATE cell from %s:%d: %s", \
|
||||||
safe_str(conn->_base.address), conn->_base.port, (s)); \
|
safe_str(conn->_base.address), conn->_base.port, (s)); \
|
||||||
connection_mark_for_close(TO_CONN(conn)); \
|
connection_mark_for_close(TO_CONN(conn)); \
|
||||||
return; \
|
return; \
|
||||||
|
Loading…
Reference in New Issue
Block a user