summaryrefslogtreecommitdiff
path: root/tntconfig.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tntconfig.cpp')
-rw-r--r--tntconfig.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tntconfig.cpp b/tntconfig.cpp
index 96db7aa..5293540 100644
--- a/tntconfig.cpp
+++ b/tntconfig.cpp
@@ -261,7 +261,7 @@ namespace vdrlive {
Setup::IpList const& ips = LiveSetup().GetServerIps();
int port = LiveSetup().GetServerPort();
size_t listenFailures = 0;
- for ( Setup::IpList::const_iterator ip = ips.begin(); ip != ips.end(); ++ip ) {
+ for (Setup::IpList::const_iterator ip = ips.begin(); ip != ips.end(); ++ip) {
try {
esyslog("[live] INFO: attempt to listen on ip = '%s'", ip->c_str());
app.listen(*ip, port);