scan_cifs: do not add NT_STATUS lines to result
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
@ -504,7 +504,6 @@ __PACKAGE__->register_method ({
|
||||
|
||||
my $data = [];
|
||||
foreach my $k (keys %$res) {
|
||||
next if $k =~ m/NT_STATUS_/;
|
||||
push @$data, { share => $k, description => $res->{$k} };
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user