cleanuo: no need to negate we have not-equal

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht
2019-11-21 12:28:49 +01:00
parent a4e41b0bbf
commit 0877df047c

View File

@ -968,10 +968,7 @@ sub list_volumes {
} else {
$item->{content} = 'images';
}
if (!($type eq $item->{content})) {
next;
}
next if $type ne $item->{content};
} else {
$item->{content} = $type;
}