DatabasePlugin: pass config_param reference
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user