[DEV] correct configuration of filter

This commit is contained in:
Edouard DUPIN 2015-03-23 22:13:24 +01:00
parent 2bbbad467f
commit d8dbded424

View File

@ -405,7 +405,7 @@ void drain::Process::updateInterAlgo() {
displayAlgo();
DRAIN_VERBOSE("********* configuration START *************");
// configure first the endpoint ...
if (m_listAlgo.size() > 1) {
if (m_listAlgo.size() >= 1) {
updateAlgo(m_listAlgo.size());
}
for (size_t iii=0; iii<=m_listAlgo.size(); ++iii) {