summaryrefslogtreecommitdiff
path: root/src/or/connection_edge.c
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2006-10-09 21:11:50 +0000
committerRoger Dingledine <arma@torproject.org>2006-10-09 21:11:50 +0000
commit86263acf95c19dea5ef0f2b61334cbc8889e8ab6 (patch)
tree089ee2e37a1cf53717969a552e2727cdb2675e01 /src/or/connection_edge.c
parentf1e25da4934a7304eb72636229c90d4380e4aa54 (diff)
downloadtor-86263acf95c19dea5ef0f2b61334cbc8889e8ab6.tar.gz
tor-86263acf95c19dea5ef0f2b61334cbc8889e8ab6.zip
Security bugfixes:
When the user sends a NEWNYM signal, clear the client-side DNS cache too. Otherwise we continue to act on previous information. svn:r8679
Diffstat (limited to 'src/or/connection_edge.c')
-rw-r--r--src/or/connection_edge.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/connection_edge.c b/src/or/connection_edge.c
index 969afa464a..854e75566e 100644
--- a/src/or/connection_edge.c
+++ b/src/or/connection_edge.c
@@ -1032,7 +1032,7 @@ address_is_invalid_destination(const char *address)
return 0;
}
-/** Iterate over all address mapings which have expiry times between
+/** Iterate over all address mappings which have expiry times between
* min_expires and max_expires, inclusive. If sl is provided, add an
* "old-addr new-addr" string to sl for each mapping. If sl is NULL,
* remove the mappings.