Commit 8a2fdd305c175a4a8e53c3eede4e7e62a003d74a

Authored by Benjamin Renard
1 parent fd9ae9f3
Exists in 9084

Fix regression

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
src/InternLib/ProcessStandard.cc
... ... @@ -468,6 +468,8 @@ void ProcessStandard::closeDynamicLib() {
468 468 */
469 469 void ProcessStandard::updateInfo(Parameter & parameter)
470 470 {
  471 + MultiParamProcess::updateInfo(parameter);
  472 +
471 473 LOG4CXX_DEBUG(_logger, "ProcessStandard::updateInfo - " << parameter.getId());
472 474  
473 475 if (parameter.getInfoId().empty())
... ...