Skip to content
Snippets Groups Projects
Commit 2dd7add4 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

missing return val

parent a46de728
Branches
Tags
No related merge requests found
......@@ -911,8 +911,8 @@ std::string Msg::GetOnelabAction()
_onelabClient->get(ps, _onelabClient->getName() + "/Action");
if(ps.size()) return ps[0].getValue();
}
return "";
#endif
return "";
}
void Msg::LoadOnelabClient(const std::string &clientName, const std::string &sockName)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment