diff options
Diffstat (limited to 'block.c')
| -rw-r--r-- | block.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/block.c b/block.c index 3308814bba..af48b0d26b 100644 --- a/block.c +++ b/block.c @@ -1335,7 +1335,6 @@ static int bdrv_open_common(BlockDriverState *bs, BlockBackend *file, BlockdevDetectZeroesOptions value = qapi_enum_parse(BlockdevDetectZeroesOptions_lookup, detect_zeroes, - BLOCKDEV_DETECT_ZEROES_OPTIONS__MAX, BLOCKDEV_DETECT_ZEROES_OPTIONS_OFF, &local_err); if (local_err) { |