storage: Fix incorrect parenthesis placement

Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1498528

Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
This commit is contained in:
Pavel Hrdina 2017-10-04 16:33:06 +02:00
parent abca72faa4
commit 000e950455

View File

@ -1843,7 +1843,7 @@ virStorageBackendUpdateVolInfo(virStorageVolDefPtr vol,
withBlockVolFormat, withBlockVolFormat,
VIR_STORAGE_VOL_OPEN_DEFAULT | VIR_STORAGE_VOL_OPEN_DEFAULT |
VIR_STORAGE_VOL_OPEN_NOERROR, VIR_STORAGE_VOL_OPEN_NOERROR,
readflags) < 0)) readflags)) < 0)
return ret; return ret;
return 0; return 0;