fixed medsrv database uri key

This commit is contained in:
Martin Willi
2008-07-01 13:57:47 +00:00
parent 556e426fd8
commit ab89517218
+1 -1
View File
@@ -74,7 +74,7 @@ plugin_t *plugin_create()
this->public.plugin.destroy = (void(*)(plugin_t*))destroy;
uri = lib->settings->get_str(lib->settings,
"medmanager.database", NULL);
"medsrv.database", NULL);
if (!uri)
{
DBG1(DBG_CFG, "mediation database URI not defined, skipped");