mirror of
https://dev.iopsys.eu/bbf/bbfdm.git
synced 2025-12-09 23:34:38 +01:00
Fix boolean doc variables
This commit is contained in:
parent
5f488a0b3d
commit
3611928cdd
3 changed files with 3 additions and 2 deletions
|
|
@ -1 +1 @@
|
|||
hide: "true"
|
||||
hide: true
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
hide: "true"
|
||||
hide: true
|
||||
|
|
|
|||
|
|
@ -2323,6 +2323,7 @@ static int br_get_ubus_eth(const struct bridge_port_args *br, const char *name,
|
|||
char *device = NULL;
|
||||
char *config = NULL;
|
||||
|
||||
DM_ASSERT(br, *value = "0");
|
||||
dmuci_get_value_by_section_string(br->bridge_port_sec, "ifname", &device);
|
||||
dmuci_get_value_by_section_string(br->bridge_port_dmmap_sec, "config", &config);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue