Skip to content

Commit

Permalink
Fixed build error
Browse files Browse the repository at this point in the history
  • Loading branch information
bandaru-viswanath authored Jan 7, 2021
1 parent 3ec751d commit 198f2eb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions meta/saisanitycheck.c
Original file line number Diff line number Diff line change
Expand Up @@ -1861,8 +1861,7 @@ void check_attr_acl_fields(
case SAI_ATTR_VALUE_TYPE_ACL_ACTION_DATA_OBJECT_ID:
case SAI_ATTR_VALUE_TYPE_ACL_ACTION_DATA_OBJECT_LIST:

if (md->objecttype == SAI_OBJECT_TYPE_ACL_ENTRY &&
md->isextensionattr)
if (md->objecttype == SAI_OBJECT_TYPE_ACL_ENTRY && md->isextensionattr)
{
break;
}
Expand Down

0 comments on commit 198f2eb

Please sign in to comment.