Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Junchao-Mellanox committed Apr 15, 2022
1 parent 8bebdc6 commit e6c3d35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orchagent/flex_counter/flowcounterrouteorch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ gRouteBulker(sai_route_api, gMaxBulkSize)
SWSS_LOG_ENTER();
initRouteFlowCounterCapability();

if (!mRouteFlowCounterSupported)
if (mRouteFlowCounterSupported)
{
auto intervT = timespec { .tv_sec = FLEX_COUNTER_UPD_INTERVAL , .tv_nsec = 0 };
mFlexCounterUpdTimer = new SelectableTimer(intervT);
Expand Down

0 comments on commit e6c3d35

Please sign in to comment.