]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
fix over-wide line from f661747370
authorRoger Dingledine <arma@torproject.org>
Thu, 10 May 2012 21:46:19 +0000 (17:46 -0400)
committerRoger Dingledine <arma@torproject.org>
Thu, 10 May 2012 21:46:19 +0000 (17:46 -0400)
src/or/control.c

index 5ffe63b724d9e018342fe119c407aa80560455a2..c1a19ca21400626641f43ff63a13f34d1a291b17 100644 (file)
@@ -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;
   }