Skip to content

Commit

Permalink
Fixed merge issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
mint570 committed Dec 1, 2021
1 parent cfa4d8c commit 2c4d887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orchagent/orchdaemon.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,7 @@ bool OrchDaemon::init()
m_orchList.push_back(&CounterCheckOrch::getInstance(m_configDb));

vector<string> p4rt_tables = {APP_P4RT_TABLE_NAME};
gP4Orch = new P4Orch(m_applDb, p4rt_tables, vrf_orch, copp_orch);
gP4Orch = new P4Orch(m_applDb, p4rt_tables, vrf_orch, gCoppOrch);
m_orchList.push_back(gP4Orch);

if (WarmStart::isWarmStart())
Expand Down

0 comments on commit 2c4d887

Please sign in to comment.