diff options
Diffstat (limited to 'bin/icli')
-rwxr-xr-x | bin/icli | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -356,7 +356,10 @@ sub filter_host { return 0; } - if ( $as_contact and not host_has_contact( $h, $as_contact ) ) { + if ( $as_contact + and not host_has_contact( $h, $as_contact ) + and not $api1_root ) + { return 0; } |