Skip to content

Commit

Permalink
Merge branch 'rdkcentral:develop' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
cmuhammedrafi authored Nov 21, 2024
2 parents 70ef881 + 844e18c commit 896fe1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NetworkManagerJsonRpc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ namespace WPEFramework
if ("wlan0" != interface && "eth0" != interface)
rc = Core::ERROR_BAD_REQUEST;
else if (_networkManager)
rc = _networkManager->SetInterfaceState(interface, enabled);
rc = _networkManager->GetInterfaceState(interface, enabled);
else
rc = Core::ERROR_UNAVAILABLE;

Expand Down

0 comments on commit 896fe1c

Please sign in to comment.