diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-06-11 21:50:52 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-06-11 21:50:52 -0400 |
commit | ba9a12119c88676fa0dd2a282d927840cd5d94fb (patch) | |
tree | 4306c40d6af15898e8cf6dbe8c67e40b21070306 /src/or/connection_edge.c | |
parent | c18b6ec3d40593ff411809acac972a51ab451d52 (diff) | |
download | tor-ba9a12119c88676fa0dd2a282d927840cd5d94fb.tar.gz tor-ba9a12119c88676fa0dd2a282d927840cd5d94fb.zip |
fixup! An attempt at bug3940 and making AllowDotExit 0 work with MapAddress
Diffstat (limited to 'src/or/connection_edge.c')
-rw-r--r-- | src/or/connection_edge.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/connection_edge.c b/src/or/connection_edge.c index 12f9d6b4c0..0dd43f2723 100644 --- a/src/or/connection_edge.c +++ b/src/or/connection_edge.c @@ -1935,8 +1935,8 @@ connection_ap_handshake_rewrite_and_attach(entry_connection_t *conn, (exit_source == ADDRMAPSRC_NONE && !options->AllowDotExit)) { /* It shouldn't be possible to get a .exit address from any of these * sources. */ - log_warn(LD_BUG,"Address '%s.exit', with impossible source for the .exit " - "part. Refusing.", + log_warn(LD_BUG,"Address '%s.exit', with impossible source for the " + ".exit part. Refusing.", safe_str_client(socks->address)); control_event_client_status(LOG_WARN, "SOCKS_BAD_HOSTNAME HOSTNAME=%s", escaped(socks->address)); |