Skip to main content
Sign in
Snippets Groups Projects
Commit a90129a3 authored by Yalu Zhang's avatar Yalu Zhang
Browse files

Fix a bug to show the wrong link status when the telephone cable is disconnected

Change the link status from "establishing" to "no_signal"
parent 81a7fb17
No related branches found
No related tags found
No related merge requests found
......@@ -678,7 +678,7 @@ DLL_PUBLIC enum fapi_dsl_status fapi_dsl_line_get(struct fapi_dsl_ctx *ctx, stru
default:
strlcpy(obj->status, "Down", sizeof(obj->status));
strlcpy(obj->link_status, "EstablishingLink", sizeof(obj->link_status));
strlcpy(obj->link_status, "NoSignal", sizeof(obj->link_status));
break;
}
}
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment