[tor-commits] [tor/master] Fix whitespace in parse_client_port_config()
nickm at torproject.org
nickm at torproject.org
Sat Sep 10 21:49:39 UTC 2011
commit 087e0569c3ca87bd2f851fd9126e100dd18da755
Author: Fabian Keil <fk at 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 "
More information about the tor-commits
mailing list