diff options
author | Fabian Keil <fk@fabiankeil.de> | 2011-09-05 21:35:15 +0200 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-09-10 17:48:36 -0400 |
commit | 087e0569c3ca87bd2f851fd9126e100dd18da755 (patch) | |
tree | 6025796490161b765762137eec9091b1d362e884 /src | |
parent | 35f9be7d044f17d0f7fc17a35eaf6f93df2ec34f (diff) | |
download | tor-087e0569c3ca87bd2f851fd9126e100dd18da755.tar tor-087e0569c3ca87bd2f851fd9126e100dd18da755.tar.gz |
Fix whitespace in parse_client_port_config()
Diffstat (limited to 'src')
-rw-r--r-- | 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 afcea1f4c..684875d83 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 " |