mirror of
https://dev.iopsys.eu/bbf/bbfdm.git
synced 2025-12-10 07:44:39 +01:00
Device.GRE: segmentation fault
This commit is contained in:
parent
0ea0b2c89a
commit
baed5957f0
1 changed files with 1 additions and 1 deletions
|
|
@ -409,7 +409,7 @@ int set_GRETunnel_Alias(char *refparam, struct dmctx *ctx, void *data, char *ins
|
|||
struct uci_section *dmmap_section;
|
||||
struct dmmap_dup *dm= (struct dmmap_dup *)data;
|
||||
|
||||
get_dmmap_section_of_config_section("dmmap_network", "intarface", section_name(dm->config_section), &dmmap_section);
|
||||
get_dmmap_section_of_config_section("dmmap_network", "interface", section_name(dm->config_section), &dmmap_section);
|
||||
switch (action) {
|
||||
case VALUECHECK:
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue