mirror of
https://dev.iopsys.eu/bbf/bbfdm.git
synced 2026-03-13 04:39:18 +01:00
Fix the 9005 issue of GetParameterValue 'Device.WiFi.NeighboringWiFiDiagnostic.Result.' parameters
This commit is contained in:
parent
87df704882
commit
bb70a0129c
1 changed files with 1 additions and 1 deletions
|
|
@ -3505,7 +3505,7 @@ int browseWifiNeighboringWiFiDiagnosticResultInst(struct dmctx *dmctx, DMNODE *p
|
|||
entries++;
|
||||
idx = handle_update_instance(3, dmctx, &idx_last, update_instance_without_section, 1, ++id);
|
||||
if (DM_LINK_INST_OBJ(dmctx, parent_node, (void *)&cur_wifi_neighboring_diagnostic_args, idx) == DM_STOP)
|
||||
break;
|
||||
return 0;
|
||||
}
|
||||
else
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue