Skip to content
Snippets Groups Projects
Commit 087e0569 authored by Fabian Keil's avatar Fabian Keil Committed by Nick Mathewson
Browse files

Fix whitespace in parse_client_port_config()

parent 35f9be7d
Branches maint-0.2.7-redux
No related tags found
No related merge requests found
......@@ -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 "
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment