Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
muhammadalihussnain committed Jan 6, 2025
1 parent f71eb36 commit 2a99e42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions cfgmgr/stpmgr.h
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ class StpMgr : public Orch
Table m_stateVlanMemberTable;
Table m_stateLagTable;
Table m_stateStpTable;
Table m_cfgStpMstGlobalTable;

std::bitset<L2_INSTANCE_MAX> l2InstPool;
int stpd_fd;
Expand Down
2 changes: 1 addition & 1 deletion cfgmgr/stpmgrd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ int main(int argc, char **argv)

// LAG Tables
TableConnector conf_lag_member_table(&conf_db, CFG_LAG_MEMBER_TABLE_NAME);
TableConnector conf_stp_mst_global_table(&conf_db, CFG_STP_MST_GLOBAL_TABLE_NAME);
TableCoCFG_STP_MST_GLOBAL_TABLE_NAMEnnector conf_stp_mst_global_table(&conf_db, CFG_STP_MST_GLOBAL_TABLE_NAME);
vector<TableConnector> tables = {
conf_stp_global_table,
conf_stp_vlan_table,
Expand Down

0 comments on commit 2a99e42

Please sign in to comment.