Skip to content

Commit

Permalink
Fix for typo
Browse files Browse the repository at this point in the history
  • Loading branch information
asraza07 committed May 10, 2024
1 parent c89f3d4 commit d167ade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cfgmgr/portmgr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ bool PortMgr::setPortDHCPMitigationRate(const string &alias, const string &dhcp_
}
if (!ret)
{
return writeConfigToAppDb(alias, "dhcp_rate_limit", mtu);
return writeConfigToAppDb(alias, "dhcp_rate_limit", dhcp_rate_limit);
}
else if (!isPortStateOk(alias))
{
Expand Down

0 comments on commit d167ade

Please sign in to comment.