X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=qemu-img.c;h=bf3fb4f8a6555592082ae6366e07a8a200d8d243;hb=0478f37ce258438d74164dd182b0ae125f174ec6;hp=926f0a0febc425563d8d1ba4699abbae8060aa22;hpb=6c2679fc19560699679200fb42ab4659bcbe7f79;p=qemu.git diff --git a/qemu-img.c b/qemu-img.c index 926f0a0fe..bf3fb4f8a 100644 --- a/qemu-img.c +++ b/qemu-img.c @@ -607,7 +607,7 @@ static int img_check(int argc, char **argv) if (output_format == OFORMAT_HUMAN) { error_report("This image format does not support checks"); } - ret = 1; + ret = 63; goto fail; }