We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5da255c commit 64d5a5aCopy full SHA for 64d5a5a
orchagent/orchdaemon.cpp
@@ -136,7 +136,7 @@ bool OrchDaemon::init()
136
static const vector<sai_queue_attr_t> queueAttrIds;
137
138
m_orchList.push_back(new PfcWdSwOrch<PfcWdZeroBufferHandler, PfcWdLossyHandler>(
139
- m_applDb,
+ m_configDb,
140
pfc_wd_tables,
141
portStatIds,
142
queueStatIds,
@@ -176,7 +176,7 @@ bool OrchDaemon::init()
176
};
177
178
m_orchList.push_back(new PfcWdSwOrch<PfcWdActionHandler, PfcWdActionHandler>(
179
180
181
182
0 commit comments