diff options
author | Nick Mathewson <nickm@torproject.org> | 2005-05-16 01:04:28 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2005-05-16 01:04:28 +0000 |
commit | 530da0e772e6a3079323b4e1d0769a0c8a82ec0c (patch) | |
tree | ea6879efc7d2525d9287d775b2e27a4c46f57f12 /src | |
parent | 493f6540f299fcb87e7d298e8f3373b8771f3b1d (diff) | |
download | tor-530da0e772e6a3079323b4e1d0769a0c8a82ec0c.tar.gz tor-530da0e772e6a3079323b4e1d0769a0c8a82ec0c.zip |
Normalize whitespace
svn:r4233
Diffstat (limited to 'src')
-rw-r--r-- | src/or/config.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/or/config.c b/src/or/config.c index c52208eee1..581b538da7 100644 --- a/src/or/config.c +++ b/src/or/config.c @@ -1005,7 +1005,7 @@ resolve_my_address(or_options_t *options, uint32_t *addr) log_fn(LOG_WARN,"Address '%s' resolves to private IP '%s'. " "Please set the Address config option to be the IP you want to use.", hostname, tmpbuf); - if(!options->NoPublish) + if (!options->NoPublish) return -1; } @@ -2190,7 +2190,6 @@ config_append_default_exit_policy(addr_policy_t **policy) } } - /** * Given a linked list of config lines containing "allow" and "deny" tokens, * parse them and append the result to <b>dest</b>. Return -1 if any tokens |