From: Roger Dingledine Date: Wed, 15 Aug 2007 15:36:34 +0000 (+0000) Subject: this does not actually change anything (i hope), but it makes me a lot X-Git-Tag: tor-0.2.0.5-alpha~47 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e5cee81108b76b4a9e6f23c167493f20c126559;p=thirdparty%2Ftor.git this does not actually change anything (i hope), but it makes me a lot more comfortable. nick, can you confirm this? svn:r11119 --- diff --git a/src/or/control.c b/src/or/control.c index c38bfa4cbb..1a91562ad6 100644 --- a/src/or/control.c +++ b/src/or/control.c @@ -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);