mirror of https://github.com/Icinga/icinga2.git
parent
61b89bc7e6
commit
5cefabd114
|
@ -70,7 +70,7 @@ std::vector<String> AgentUtility::GetAgentCompletionSuggestions(const String& wo
|
|||
|
||||
void AgentUtility::PrintAgents(std::ostream& fp)
|
||||
{
|
||||
bool first = false;
|
||||
bool first = true;
|
||||
|
||||
BOOST_FOREACH(const Dictionary::Ptr& agent, GetAgents()) {
|
||||
if (first)
|
||||
|
|
Loading…
Reference in New Issue