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/or.h | |
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/or.h')
-rw-r--r-- | src/or/or.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/or.h b/src/or/or.h index 0a4d712976..a68f1c3c47 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -4207,7 +4207,7 @@ typedef struct { /** If true, do not believe anybody who tells us that a domain resolves * to an internal address, or that an internal address has a PTR mapping. * Helps avoid some cross-site attacks. */ - int TestingClientDNSRejectInternalAddresses; + int ClientDNSRejectInternalAddresses; /** If true, do not accept any requests to connect to internal addresses * over randomly chosen exits. */ |