Skip to content

Commit 025f0f8

Browse files
Fixed the review comment
Signed-off-by: saksarav <sakthivadivu.saravanaraj@nokia.com>
1 parent 5cae053 commit 025f0f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

meta/SaiSerialize.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3747,7 +3747,6 @@ static void sai_deserialize_flags(
37473747
SWSS_LOG_ENTER();
37483748

37493749
value = 0;
3750-
size_t i;
37513750

37523751
const auto tokens = swss::tokenize(s, '|');
37533752

@@ -3762,6 +3761,7 @@ static void sai_deserialize_flags(
37623761
continue;
37633762
}
37643763

3764+
size_t i;
37653765
for (i = 0; i < meta->valuescount; ++i)
37663766
{
37673767
if (v == meta->valuesnames[i])

0 commit comments

Comments
 (0)