DatabasePlugin: pass config_param reference

This commit is contained in:
Max Kellermann
2013-08-04 13:51:27 +02:00
parent bf6ed643e0
commit 65842cd99e
8 changed files with 17 additions and 17 deletions

View File

@@ -193,7 +193,7 @@ glue_db_init_and_load(void)
param = allocated;
}
if (!DatabaseGlobalInit(param, &error))
if (!DatabaseGlobalInit(*param, &error))
MPD_ERROR("%s", error->message);
delete allocated;