mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 05:03:43 +01:00
Fix whitespace in parse_client_port_config()
This commit is contained in:
parent
35f9be7d04
commit
087e0569c3
@ -4980,7 +4980,7 @@ parse_client_port_config(smartlist_t *out,
|
||||
/* FooListenAddress is deprecated; let's make it work like it used to work,
|
||||
* though. */
|
||||
if (listenaddrs) {
|
||||
int mainport = defaultport;
|
||||
int mainport = defaultport;
|
||||
|
||||
if (ports && ports->next) {
|
||||
log_warn(LD_CONFIG, "%sListenAddress can't be used when there are "
|
||||
|
Loading…
Reference in New Issue
Block a user