mirror of
https://dev.iopsys.eu/bbf/icwmp.git
synced 2026-03-12 12:08:44 +01:00
Ticket refs #16373: Segmentation fault when running delete_object of Device.Bridging.Bridge.
This commit is contained in:
parent
8ce217c301
commit
ae2d5388b8
1 changed files with 0 additions and 2 deletions
|
|
@ -836,8 +836,6 @@ int delete_bridge(char *refparam, struct dmctx *ctx, void *data, char *instance,
|
|||
dmuci_set_value_by_section(dmmap_section, "ip_int_instance", "");
|
||||
dmuci_set_value_by_section(dmmap_section, "ipv4_instance", "");
|
||||
uci_path_foreach_option_eq(icwmpd, "dmmap", "bridge_port", "bridge_key", bridgekey, s) {
|
||||
if (prev_s)
|
||||
DMUCI_DELETE_BY_SECTION(icwmpd, prev_s, NULL, NULL);
|
||||
prev_s = s;
|
||||
}
|
||||
if (prev_s)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue