summaryrefslogtreecommitdiff
path: root/tntconfig.cpp
diff options
context:
space:
mode:
authorThomas Keil <tkeil (at) datacrystal (dot) de>2007-01-02 20:04:51 +0000
committerThomas Keil <tkeil (at) datacrystal (dot) de>2007-01-02 20:04:51 +0000
commit1f735a736c8767e35e56e640fd2972cdc1ed96a6 (patch)
tree06d9877cf511d77cbe9f9a8fcc1bf7c8c21ca9ea /tntconfig.cpp
parent6e6955d282944c5f2e73ab454cfcc374414986c6 (diff)
downloadvdr-plugin-live-1f735a736c8767e35e56e640fd2972cdc1ed96a6.tar.gz
vdr-plugin-live-1f735a736c8767e35e56e640fd2972cdc1ed96a6.tar.bz2
*** empty log message ***
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 78e3f45..1b0aadf 100644
--- a/tntconfig.cpp
+++ b/tntconfig.cpp
@@ -33,7 +33,7 @@ void TntConfig::WriteConfig()
// XXX modularize
file << "MapUrl /([^.]+)(\\..+)? $1@libtnt-live" << std::endl;
- file << "Listen 0.0.0.0 8001" << std::endl;
+ file << "Listen 0.0.0.0 8003" << std::endl;
file << "PropertyFile " << m_propertiesPath << std::endl;
file << "CompPath " << Setup::Get().GetLibraryPath() << "/" << std::endl;
}