mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
this does not actually change anything (i hope), but it makes me a lot
more comfortable. nick, can you confirm this? svn:r11119
This commit is contained in:
+1
-1
@@ -988,7 +988,7 @@ handle_control_authenticate(control_connection_t *conn, uint32_t len,
|
||||
used_quoted_string = 1;
|
||||
}
|
||||
|
||||
if (options->CookieAuthentication && authentication_cookie_is_set) {
|
||||
if (options->CookieAuthentication) {
|
||||
if (password_len != AUTHENTICATION_COOKIE_LEN) {
|
||||
log_warn(LD_CONTROL, "Got authentication cookie with wrong length (%d)",
|
||||
(int)password_len);
|
||||
|
||||
Reference in New Issue
Block a user