mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
fix typo
svn:r4784
This commit is contained in:
parent
00c2ba4841
commit
157f013d83
@ -670,7 +670,7 @@ handle_control_setconf(connection_t *conn, uint32_t len, char *body)
|
|||||||
send_control0_error(conn, ERR_UNRECOGNIZED_CONFIG_KEY,
|
send_control0_error(conn, ERR_UNRECOGNIZED_CONFIG_KEY,
|
||||||
"Unrecognized option");
|
"Unrecognized option");
|
||||||
else
|
else
|
||||||
connection_write_str_to_buf("552 Unrecognzied option\r\n", conn);
|
connection_write_str_to_buf("552 Unrecognized option\r\n", conn);
|
||||||
} else {
|
} else {
|
||||||
if (v0)
|
if (v0)
|
||||||
send_control0_error(conn,ERR_INVALID_CONFIG_VALUE,"Invalid option value");
|
send_control0_error(conn,ERR_INVALID_CONFIG_VALUE,"Invalid option value");
|
||||||
|
Loading…
Reference in New Issue
Block a user