From 8429eb21629c67900f232d3117f2872061da30e6 Mon Sep 17 00:00:00 2001 From: methodus Date: Mon, 22 Oct 2012 17:25:37 +0200 Subject: Fixed issue, that the database file is stored in the directory where the VDR is started, primarily root directory. --- common/config.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'common') 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") { } -- cgit v1.2.3