[or-cvs] it helps to use the correct name for the struct
Roger Dingledine
arma at seul.org
Mon Jan 10 04:33:02 UTC 2005
Update of /home2/or/cvsroot/tor/src/or
In directory moria.mit.edu:/home2/arma/work/onion/cvs/tor/src/or
Modified Files:
main.c
Log Message:
it helps to use the correct name for the struct
Index: main.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/main.c,v
retrieving revision 1.417
retrieving revision 1.418
diff -u -d -r1.417 -r1.418
--- main.c 10 Jan 2005 02:47:50 -0000 1.417
+++ main.c 10 Jan 2005 04:32:59 -0000 1.418
@@ -417,7 +417,7 @@
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);
}
}
More information about the tor-commits
mailing list