diff --git a/Common/onelab.h b/Common/onelab.h index 329f946a3a489f31a75b9098dcf5a684f91963ae..01c354a65d12bb249e520773d07ab047d421a016 100644 --- a/Common/onelab.h +++ b/Common/onelab.h @@ -640,7 +640,7 @@ namespace onelab{ T tmp(name); typename std::set<T*, parameterLessThan>::iterator it = ps.find(&tmp); if(it != ps.end()){ - if(client.size()) (*it)->addClient(client); + if(client.size()) (*it)->addClient(client); p.push_back(**it); } }