diff --git a/orchagent/orchdaemon.cpp b/orchagent/orchdaemon.cpp index bd4e5181f57..bc4dd0fe9a2 100644 --- a/orchagent/orchdaemon.cpp +++ b/orchagent/orchdaemon.cpp @@ -136,7 +136,7 @@ bool OrchDaemon::init() static const vector queueAttrIds; m_orchList.push_back(new PfcWdSwOrch( - m_applDb, + m_configDb, pfc_wd_tables, portStatIds, queueStatIds, @@ -176,7 +176,7 @@ bool OrchDaemon::init() }; m_orchList.push_back(new PfcWdSwOrch( - m_applDb, + m_configDb, pfc_wd_tables, portStatIds, queueStatIds,