[DEV] correct configuration of filter
This commit is contained in:
parent
2bbbad467f
commit
d8dbded424
@ -405,7 +405,7 @@ void drain::Process::updateInterAlgo() {
|
|||||||
displayAlgo();
|
displayAlgo();
|
||||||
DRAIN_VERBOSE("********* configuration START *************");
|
DRAIN_VERBOSE("********* configuration START *************");
|
||||||
// configure first the endpoint ...
|
// configure first the endpoint ...
|
||||||
if (m_listAlgo.size() > 1) {
|
if (m_listAlgo.size() >= 1) {
|
||||||
updateAlgo(m_listAlgo.size());
|
updateAlgo(m_listAlgo.size());
|
||||||
}
|
}
|
||||||
for (size_t iii=0; iii<=m_listAlgo.size(); ++iii) {
|
for (size_t iii=0; iii<=m_listAlgo.size(); ++iii) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user