mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 12:23:32 +01:00
Normalize whitespace
svn:r4233
This commit is contained in:
parent
493f6540f2
commit
530da0e772
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user