mirror of
https://dev.iopsys.eu/bbf/bbfdm.git
synced 2026-03-02 15:43:49 +01:00
Device.WiFi.DataElements.Network.SetTrafficSeparation() operate is not working properly
This commit is contained in:
parent
07aca85c89
commit
bcf28db486
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ static int get_linker_associated_device(char *refparam, struct dmctx *dmctx, voi
|
|||
|
||||
static int get_linker_wfdata_SSID(char *refparam, struct dmctx *dmctx, void *data, char *instance, char **linker)
|
||||
{
|
||||
*linker = data ? dmjson_get_value((json_object *)data, 1, "ssid") : "";
|
||||
dmuci_get_value_by_section_string(((struct dmmap_dup *)data)->config_section, "ssid", linker);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue