diff --git a/syncd/FlexCounter.cpp b/syncd/FlexCounter.cpp index 1f49d3e633..9bf440896d 100644 --- a/syncd/FlexCounter.cpp +++ b/syncd/FlexCounter.cpp @@ -933,7 +933,7 @@ void FlexCounter::addCounterPlugin( for (auto& sha: shaStrings) { addRifCounterPlugin(sha); - } + } } else if (field == BUFFER_POOL_PLUGIN_FIELD) { @@ -1597,7 +1597,7 @@ void FlexCounter::runPlugins( { std::to_string(counters_db.getDbId()), COUNTERS_TABLE, - std::to_string(m_pollInterval * 1000) + std::to_string(m_pollInterval) }; std::vector portList;