diff options
author | methodus <methodus@web.de> | 2012-10-22 17:25:37 +0200 |
---|---|---|
committer | methodus <methodus@web.de> | 2012-10-22 17:25:37 +0200 |
commit | 8429eb21629c67900f232d3117f2872061da30e6 (patch) | |
tree | 06afad7b26cc638e22b7357a84704ed25c1541fd /common/config.cpp | |
parent | 418f4f3ba61c5b148bf0a591071a563b5de2fc19 (diff) | |
download | vdr-plugin-upnp-8429eb21629c67900f232d3117f2872061da30e6.tar.gz vdr-plugin-upnp-8429eb21629c67900f232d3117f2872061da30e6.tar.bz2 |
Fixed issue, that the database file is stored in the directory where the VDR is started, primarily root directory.
Diffstat (limited to 'common/config.cpp')
-rw-r--r-- | common/config.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/config.cpp b/common/config.cpp index 1668369..1c9d0d3 100644 --- a/common/config.cpp +++ b/common/config.cpp @@ -25,7 +25,6 @@ upnp::cConfig::cConfig() , bindToAddress(true) , address("0.0.0.0") , port(0) -, databaseFile("metadata.db") { } |