Commit 436654ee authored by Roger Dingledine's avatar Roger Dingledine
Browse files

fix over-wide line from f6617473

parent 79c4c819
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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;
  }