Skip to content

Commit

Permalink
Update portsorch.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
anilkpandey committed Dec 29, 2020
1 parent 9021773 commit df6b9e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions orchagent/portsorch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1881,6 +1881,7 @@ bool PortsOrch::initPort(const string &alias, const int index, const set<int> &l

/* Add port to port list */
m_portList[alias] = p;
m_port_ref_count[alias] = 0;
m_portOidToIndex[id] = index;

/* Add port name map to counter table */
Expand Down

0 comments on commit df6b9e7

Please sign in to comment.