fix over-wide line from f661747370

This commit is contained in:
Roger Dingledine
2012-05-10 17:46:19 -04:00
parent 79c4c8195a
commit 436654ee96
+2 -1
View 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;
}