From 2a99e42d7b579b47637c78c498201dd2d122ffc3 Mon Sep 17 00:00:00 2001 From: Muhammad Ali Hussnain <91005947+muhammadalihussnain@users.noreply.github.com> Date: Mon, 6 Jan 2025 09:57:41 +0000 Subject: [PATCH] typo fix --- cfgmgr/stpmgr.h | 1 + cfgmgr/stpmgrd.cpp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/cfgmgr/stpmgr.h b/cfgmgr/stpmgr.h index 9843672ff6..91b8fa6bea 100644 --- a/cfgmgr/stpmgr.h +++ b/cfgmgr/stpmgr.h @@ -186,6 +186,7 @@ class StpMgr : public Orch Table m_stateVlanMemberTable; Table m_stateLagTable; Table m_stateStpTable; + Table m_cfgStpMstGlobalTable; std::bitset l2InstPool; int stpd_fd; diff --git a/cfgmgr/stpmgrd.cpp b/cfgmgr/stpmgrd.cpp index 97fc755724..231ed1c056 100644 --- a/cfgmgr/stpmgrd.cpp +++ b/cfgmgr/stpmgrd.cpp @@ -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 tables = { conf_stp_global_table, conf_stp_vlan_table,