Skip to content

Commit c033b23

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

orchagent/orchdaemon.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ bool OrchDaemon::init()
130130

131131
PolicerOrch *policer_orch = new PolicerOrch(m_configDb, "POLICER");
132132

133-
TableConnector stateDbMirrorSession(m_stateDb, APP_MIRROR_SESSION_TABLE_NAME);
133+
TableConnector stateDbMirrorSession(m_stateDb, STATE_MIRROR_SESSION_TABLE_NAME);
134134
TableConnector confDbMirrorSession(m_configDb, CFG_MIRROR_SESSION_TABLE_NAME);
135135
MirrorOrch *mirror_orch = new MirrorOrch(stateDbMirrorSession, confDbMirrorSession, gPortsOrch, gRouteOrch, gNeighOrch, gFdbOrch, policer_orch);
136136

0 commit comments

Comments
 (0)