From: Alwin Antreich Date: Thu, 23 May 2019 07:13:40 +0000 (+0200) Subject: Fix: check if compression_map format is undefined X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=539660e2bd3e9a557a8c0ce7e17865377bf269b9;hp=539660e2bd3e9a557a8c0ce7e17865377bf269b9;p=pve-container.git Fix: check if compression_map format is undefined We want to check for an supported compression type, but the check was not correct as this only works if both sides are scalars, but an assignment to an array is always "truthy", so actually check explicitly if the compression type is supported before. Signed-off-by: Alwin Antreich Co-authored-by: Thomas Lamprecht ---