]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
it helps to use the correct name for the struct
authorRoger Dingledine <arma@torproject.org>
Mon, 10 Jan 2005 04:32:59 +0000 (04:32 +0000)
committerRoger Dingledine <arma@torproject.org>
Mon, 10 Jan 2005 04:32:59 +0000 (04:32 +0000)
svn:r3331

src/or/main.c

index 093b133cdf7363f3680021549f13949625d31421..b22e287b910fc8a4325dcbca4f0b3354c51be6a9 100644 (file)
@@ -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);
   }
 }