Commit dmmap changes during reference DB refresh

This commit is contained in:
Amin Ben Romdhane 2025-05-13 14:09:14 +00:00 committed by IOPSYS Dev
parent ea3fa033e7
commit a32a9a2bfc
No known key found for this signature in database

View file

@ -887,7 +887,8 @@ int bbfdm_refresh_references(unsigned int dm_type, const char *srv_obj_name)
snprintf(config_name, sizeof(config_name), "%s", "bbfdm_reference_db");
// Apply all changes
// Apply 'dmmap' & '/var/state' changes
dmuci_commit_bbfdm();
dmuci_commit_package_varstate(config_name);
}