]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
fixup! An attempt at bug3940 and making AllowDotExit 0 work with MapAddress
authorNick Mathewson <nickm@torproject.org>
Tue, 12 Jun 2012 01:50:52 +0000 (21:50 -0400)
committerNick Mathewson <nickm@torproject.org>
Tue, 12 Jun 2012 01:50:52 +0000 (21:50 -0400)
src/or/connection_edge.c

index 12f9d6b4c0229cb246fd59c6204d0097e0ff31cf..0dd43f2723a3cb2cb8c57ef5bc024c20dbeb9668 100644 (file)
@@ -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));