Skip to content

Commit

Permalink
error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cmuhammedrafi committed Nov 26, 2024
1 parent 0731da0 commit 744a7cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NetworkManagerRDKProxy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@ namespace WPEFramework
{
if(!addr.ipaddress.empty()) {
NMLOG_INFO("'%s' interface have ip '%s'", iface.name, addr.ipaddress);
ReportIPAddressChange(iface.name, addr.ipversion, addr.ipaddress, Exchange::INetworkManager::IP_ACQUIRED);
::_instance->ReportIPAddressChange(iface.name, addr.ipversion, addr.ipaddress, Exchange::INetworkManager::IP_ACQUIRED);
}
}
}
Expand Down

0 comments on commit 744a7cb

Please sign in to comment.