]> git.proxmox.com Git - pve-storage.git/blobdiff - PVE/CLI/pvesm.pm
scan_cifs: do not add NT_STATUS lines to result
[pve-storage.git] / PVE / CLI / pvesm.pm
index 8c86714fa4992386d17ca07dd2ea2f0ce069e8ce..c5e2d910c7d09035c4fbd7f0f7a64fa19dc3d499 100755 (executable)
@@ -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} };
        }