cleanuo: no need to negate we have not-equal
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
@ -968,10 +968,7 @@ sub list_volumes {
|
|||||||
} else {
|
} else {
|
||||||
$item->{content} = 'images';
|
$item->{content} = 'images';
|
||||||
}
|
}
|
||||||
if (!($type eq $item->{content})) {
|
next if $type ne $item->{content};
|
||||||
next;
|
|
||||||
}
|
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
$item->{content} = $type;
|
$item->{content} = $type;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user