summaryrefslogtreecommitdiff
path: root/setup.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cpp')
-rw-r--r--setup.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.cpp b/setup.cpp
index e4ce647..08edcb4 100644
--- a/setup.cpp
+++ b/setup.cpp
@@ -203,7 +203,8 @@ bool Setup::CheckServerIps()
}
esyslog( "[live] INFO: bindv6only=%d", bindv6only);
cerr << "INFO: bindv6only=" << bindv6only << endl;
- // add a default IPv4 listener address if default IPv6 one will be binded only to v6
+ // add a default IPv4 listener address if default IPv6 one
+ // will be binded only to v6
if (bindv6only)
m_serverIps.push_back( "0.0.0.0" );
m_serverIps.push_back( "::" );