Skip to content

Commit

Permalink
Addressed review comments.
Browse files Browse the repository at this point in the history
Signed-off-by: Akhilesh Samineni <akhilesh.samineni@broadcom.com>
  • Loading branch information
AkhileshSamineni committed Feb 22, 2020
1 parent 331d545 commit 5a323ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orchagent/natorch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ NatOrch::NatOrch(DBConnector *appDb, DBConnector *stateDb, vector<table_name_wit
Orch(appDb, tableNames),
m_neighOrch(neighOrch),
m_routeOrch(routeOrch),
m_countersDb(COUNTERS_DB, DBConnector::DEFAULT_UNIXSOCKET, 0),
m_countersDb("COUNTERS_DB", 0),
m_countersNatTable(&m_countersDb, COUNTERS_NAT_TABLE),
m_countersNaptTable(&m_countersDb, COUNTERS_NAPT_TABLE),
m_countersTwiceNatTable(&m_countersDb, COUNTERS_TWICE_NAT_TABLE),
Expand Down

0 comments on commit 5a323ff

Please sign in to comment.