mirror of
https://dev.iopsys.eu/bbf/bbfdm.git
synced 2025-12-10 07:44:39 +01:00
bbf: use dmuci_init_bbfdm function when allocating uci_ctx_bbfdm
This commit is contained in:
parent
027d8fb599
commit
895c6d6e88
1 changed files with 1 additions and 2 deletions
|
|
@ -771,8 +771,7 @@ int varstate_get_value_string(char *package, char *section, char *option, char *
|
|||
|
||||
void alloc_uci_ctx_bbfdm(void)
|
||||
{
|
||||
if (!uci_ctx_bbfdm)
|
||||
uci_ctx_bbfdm = uci_alloc_context();
|
||||
dmuci_init_bbfdm();
|
||||
}
|
||||
|
||||
void commit_and_free_uci_ctx_bbfdm(char *dmmap_config)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue