Commit 3370f530 authored by Roger Dingledine's avatar Roger Dingledine
Browse files

it helps to use the correct name for the struct


svn:r3331
parent 10a81ccf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -417,7 +417,7 @@ void directory_all_unreachable(time_t now) {
                                              AP_CONN_STATE_CIRCUIT_WAIT))) {
    conn->has_sent_end = 1; /* it's not connected anywhere, so no need to end */
    log_fn(LOG_NOTICE,"Network down? Failing connection to '%s'.",
           conn->socks_address->address);
           conn->socks_request->address);
    connection_mark_for_close(conn);
  }
}