Skip to content
Snippets Groups Projects
Commit ba9a1211 authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

fixup! An attempt at bug3940 and making AllowDotExit 0 work with MapAddress

parent c18b6ec3
No related branches found
No related tags found
No related merge requests found
......@@ -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));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment