diff options
author | Daniel Friesel <derf@finalrewind.org> | 2014-05-13 20:32:44 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2014-05-13 20:32:44 +0200 |
commit | 616907aa2e82709538cb67bfda1fb2444793cbeb (patch) | |
tree | 093b5399b18e77b93b7a3b4f0a83f5a359509836 /bin/icli | |
parent | 946f94e5c27d2b066243ad80579228fad34e1b17 (diff) |
Fix -lh not showing serviceless hosts (closes #14)
Diffstat (limited to 'bin/icli')
-rwxr-xr-x | bin/icli | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -993,7 +993,7 @@ foreach my $group (@for_groups) { } if ( @list_hosts == 0 ) { - @list_hosts = sort keys %{ $data->{services} }; + @list_hosts = sort keys %{ $data->{hosts} }; } if (@list_services) { |