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

missing return val

parent a46de728
No related branches found
No related tags found
No related merge requests found
...@@ -911,8 +911,8 @@ std::string Msg::GetOnelabAction() ...@@ -911,8 +911,8 @@ std::string Msg::GetOnelabAction()
_onelabClient->get(ps, _onelabClient->getName() + "/Action"); _onelabClient->get(ps, _onelabClient->getName() + "/Action");
if(ps.size()) return ps[0].getValue(); if(ps.size()) return ps[0].getValue();
} }
return "";
#endif #endif
return "";
} }
void Msg::LoadOnelabClient(const std::string &clientName, const std::string &sockName) 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