diff options
author | Thomas Keil <tkeil (at) datacrystal (dot) de> | 2007-01-02 20:04:51 +0000 |
---|---|---|
committer | Thomas Keil <tkeil (at) datacrystal (dot) de> | 2007-01-02 20:04:51 +0000 |
commit | 1f735a736c8767e35e56e640fd2972cdc1ed96a6 (patch) | |
tree | 06d9877cf511d77cbe9f9a8fcc1bf7c8c21ca9ea /tntconfig.cpp | |
parent | 6e6955d282944c5f2e73ab454cfcc374414986c6 (diff) | |
download | vdr-plugin-live-1f735a736c8767e35e56e640fd2972cdc1ed96a6.tar.gz vdr-plugin-live-1f735a736c8767e35e56e640fd2972cdc1ed96a6.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'tntconfig.cpp')
-rw-r--r-- | tntconfig.cpp | 2 |
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; } |