[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r11119: this does not actually change anything (i hope), but it make (tor/trunk/src/or)
Author: arma
Date: 2007-08-15 11:36:34 -0400 (Wed, 15 Aug 2007)
New Revision: 11119
Modified:
tor/trunk/src/or/control.c
Log:
this does not actually change anything (i hope), but it makes me a lot
more comfortable.
nick, can you confirm this?
Modified: tor/trunk/src/or/control.c
===================================================================
--- tor/trunk/src/or/control.c 2007-08-15 15:28:58 UTC (rev 11118)
+++ tor/trunk/src/or/control.c 2007-08-15 15:36:34 UTC (rev 11119)
@@ -988,7 +988,7 @@
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);