[tor-commits] [tor/release-0.2.2] fix over-wide line from f661747370
arma at torproject.org
arma at torproject.org
Thu May 10 21:57:40 UTC 2012
commit 436654ee9670aed5f21f571f3eae743c109a2eba
Author: Roger Dingledine <arma at torproject.org>
Date: Thu May 10 17:46:19 2012 -0400
fix over-wide line from f661747370
---
src/or/control.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/or/control.c b/src/or/control.c
index 5ffe63b..c1a19ca 100644
--- a/src/or/control.c
+++ b/src/or/control.c
@@ -2845,7 +2845,8 @@ handle_control_authchallenge(control_connection_t *conn, uint32_t len,
}
if (!authentication_cookie_is_set) {
- connection_write_str_to_buf("515 Cookie authentication is disabled\r\n", conn);
+ connection_write_str_to_buf("515 Cookie authentication is disabled\r\n",
+ conn);
connection_mark_for_close(TO_CONN(conn));
return -1;
}
More information about the tor-commits
mailing list