[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [tor/maint-0.2.2] fix over-wide line from f661747370



commit 436654ee9670aed5f21f571f3eae743c109a2eba
Author: Roger Dingledine <arma@xxxxxxxxxxxxxx>
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;
   }

_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits