Skip to content

Commit

Permalink
fix conflicts
Browse files Browse the repository at this point in the history
Signed-off-by: Stepan Blyshchak <[email protected]>
  • Loading branch information
stepanblyschak committed Nov 22, 2021
1 parent c7e8ac0 commit 70d2c7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orchagent/aclorch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1164,7 +1164,7 @@ bool AclRule::setAction(sai_acl_entry_attr_t actionId, sai_acl_action_data_t act

m_actions[actionId] = SaiAttrWrapper(SAI_OBJECT_TYPE_ACL_ENTRY, attr);

if (!m_pTable->validateAclRuleAction(attrId, *this))
if (!m_pTable->validateAclRuleAction(actionId, *this))
{
return false;
}
Expand Down

0 comments on commit 70d2c7d

Please sign in to comment.