summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2010-11-11 12:12:17 -0500
committerRoger Dingledine <arma@torproject.org>2010-11-11 12:12:17 -0500
commit362bb5c625b831095e1d9dae1c348131257afab4 (patch)
treef4c287acb29dfc0b5597139321bb03fda091427b /src
parenta4bf5b51e9c84a74720ea95eed19d21faf8333ae (diff)
parent0a38358210df95f29fb7cfbb6ce67509b988ab4a (diff)
downloadtor-362bb5c625b831095e1d9dae1c348131257afab4.tar.gz
tor-362bb5c625b831095e1d9dae1c348131257afab4.zip
Merge branch 'maint-0.2.1' into maint-0.2.2
Diffstat (limited to 'src')
-rw-r--r--src/or/config.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/or/config.c b/src/or/config.c
index ee0c466e0b..06a9a3b163 100644
--- a/src/or/config.c
+++ b/src/or/config.c
@@ -2406,8 +2406,7 @@ resolve_my_address(int warn_severity, or_options_t *options,
}
tor_inet_ntoa(&in,tmpbuf,sizeof(tmpbuf));
- if (is_internal_IP(ntohl(in.s_addr), 0) &&
- options->_PublishServerDescriptor) {
+ if (is_internal_IP(ntohl(in.s_addr), 0)) {
/* make sure we're ok with publishing an internal IP */
if (!options->DirServers && !options->AlternateDirAuthority) {
/* if they are using the default dirservers, disallow internal IPs