diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-11-05 14:09:21 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-11-05 14:09:21 -0500 |
commit | 9f650b24e97c69216b0d85d20b8363ce1a2488de (patch) | |
tree | 36f7d80c7b207065e1b47ec936422770d96a5d56 /src/or/connection_edge.c | |
parent | a72e13a669d79522663eb346b838da01b8937ea3 (diff) | |
parent | 7c1f33dd0e56bbd6a99ce7797bd03423675bdd9d (diff) | |
download | tor-9f650b24e97c69216b0d85d20b8363ce1a2488de.tar.gz tor-9f650b24e97c69216b0d85d20b8363ce1a2488de.zip |
Merge branch 'maint-0.3.2'
Diffstat (limited to 'src/or/connection_edge.c')
-rw-r--r-- | src/or/connection_edge.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/connection_edge.c b/src/or/connection_edge.c index c63b25165f..41f0fe6a1d 100644 --- a/src/or/connection_edge.c +++ b/src/or/connection_edge.c @@ -1344,7 +1344,7 @@ connection_ap_handshake_rewrite(entry_connection_t *conn, /* Hang on, did we find an answer saying that this is a reverse lookup for * an internal address? If so, we should reject it if we're configured to * do so. */ - if (options->TestingClientDNSRejectInternalAddresses) { + if (options->ClientDNSRejectInternalAddresses) { /* Don't let clients try to do a reverse lookup on 10.0.0.1. */ tor_addr_t addr; int ok; |