ソースを参照

fix over-wide line from f661747370

Roger Dingledine 12 年 前
コミット
436654ee96
1 ファイル変更2 行追加1 行削除
  1. 2 1
      src/or/control.c

+ 2 - 1
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;
   }