summaryrefslogtreecommitdiff
path: root/src/or
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-09-26 20:26:02 +0000
committerNick Mathewson <nickm@torproject.org>2008-09-26 20:26:02 +0000
commit115ea299524e170b325a0030d0102907bcd7f449 (patch)
tree7125d003a60bb23ec3a36f35dfe874cc78d34ba3 /src/or
parentefea050fff83629dfcb9912ad293b0849dc6b30f (diff)
downloadtor-115ea299524e170b325a0030d0102907bcd7f449.tar.gz
tor-115ea299524e170b325a0030d0102907bcd7f449.zip
Backport: Commit fix for bug 807 from mwenge: send CLOSED controller event for reverse dns resolve, not FAILED.
svn:r16986
Diffstat (limited to 'src/or')
-rw-r--r--src/or/connection_edge.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/or/connection_edge.c b/src/or/connection_edge.c
index 76388c7e56..0917bb51f5 100644
--- a/src/or/connection_edge.c
+++ b/src/or/connection_edge.c
@@ -1368,8 +1368,7 @@ connection_ap_handshake_rewrite_and_attach(edge_connection_t *conn,
map_expires);
connection_mark_unattached_ap(conn,
END_STREAM_REASON_DONE |
- END_STREAM_REASON_FLAG_ALREADY_SOCKS_REPLIED |
- END_STREAM_REASON_FLAG_ALREADY_SENT_CLOSED);
+ END_STREAM_REASON_FLAG_ALREADY_SOCKS_REPLIED);
return 0;
}
if (options->ClientDNSRejectInternalAddresses) {