[tor/master] Fix whitespace in parse_client_port_config()

10 Sep
2011
10 Sep
'11
9:49 p.m.
commit 087e0569c3ca87bd2f851fd9126e100dd18da755 Author: Fabian Keil <fk@fabiankeil.de> Date: Mon Sep 5 21:35:15 2011 +0200 Fix whitespace in parse_client_port_config() --- src/or/config.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/or/config.c b/src/or/config.c index afcea1f..684875d 100644 --- a/src/or/config.c +++ b/src/or/config.c @@ -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 "
5030
Age (days ago)
5030
Last active (days ago)
0 comments
1 participants
participants (1)
-
nickm@torproject.org