mirror of
https://dev.iopsys.eu/bbf/icwmp.git
synced 2026-03-13 12:32:20 +01:00
Fix non-utf char in NeighboringWiFiDiagnostic
This commit is contained in:
parent
caa4ac86b9
commit
1282569ce4
1 changed files with 1 additions and 1 deletions
|
|
@ -187,7 +187,7 @@ void set_diagnostic_state_end_session_flag(char *parameter_name, char *value)
|
|||
return;
|
||||
}
|
||||
|
||||
if (strcmp(parameter_name, "Device.WiFi.NeighboringWiFiDiagnostic.DiagnosticsState") == 0) {
|
||||
if (strcmp(parameter_name, "Device.WiFi.NeighboringWiFiDiagnostic.DiagnosticsState") == 0) {
|
||||
cwmp_set_end_session(END_SESSION_NEIGBORING_WIFI_DIAGNOSTIC);
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue