MT#55283 make sure DB entry exists

Change-Id: I54380be963b3526d2a6330aae64bc3b6e8f41559
pull/1998/head
Richard Fuchs 5 months ago
parent 1e0c91c372
commit 59279674bf

@ -308,6 +308,7 @@ static void meta_section(metafile_t *mf, char *section, char *content, unsigned
else if (!strcmp(section, "SKIP_DATABASE"))
mf->skip_db = 1;
db_do_call(mf);
meta_mix_output(mf);
}

Loading…
Cancel
Save