Skip to content

Commit 2974844

Browse files
jipanyangyxieca
authored andcommitted
Fix MIRROR_SESSION table macro name (#802)
Signed-off-by: Jipan Yang <[email protected]>
1 parent 0fbb711 commit 2974844

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

orchagent/orchdaemon.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ bool OrchDaemon::init()
122122

123123
PolicerOrch *policer_orch = new PolicerOrch(m_configDb, "POLICER");
124124

125-
TableConnector stateDbMirrorSession(m_stateDb, APP_MIRROR_SESSION_TABLE_NAME);
125+
TableConnector stateDbMirrorSession(m_stateDb, STATE_MIRROR_SESSION_TABLE_NAME);
126126
TableConnector confDbMirrorSession(m_configDb, CFG_MIRROR_SESSION_TABLE_NAME);
127127
MirrorOrch *mirror_orch = new MirrorOrch(stateDbMirrorSession, confDbMirrorSession, gPortsOrch, gRouteOrch, gNeighOrch, gFdbOrch, policer_orch);
128128

0 commit comments

Comments
 (0)