diff options
-rw-r--r-- | Changelog | 1 | ||||
-rwxr-xr-x | bin/icli | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -3,6 +3,7 @@ git HEAD * Remove autodie dependency, improve error messages * Allow build-item specification of icinga paths (perl Build.PL --icli-xyz-file=..., see README) + * Do not throw warnings when encountering empty contact groups icli 0.46 - Sun Sep 29 2013 @@ -373,7 +373,7 @@ sub read_objects_line { } when ('contactgroup') { ${$ref}->{contactgroups}->{ $cache->{contactgroup_name} } - = [ split( m{, *}, $cache->{members} ) ]; + = [ split( m{, *}, $cache->{members} // q{} ) ]; } when ( [ |