]> xenbits.xensource.com Git - libvirt.git/commitdiff
storage: Fix incorrect parenthesis placement
authorPavel Hrdina <phrdina@redhat.com>
Wed, 4 Oct 2017 14:33:06 +0000 (16:33 +0200)
committerPavel Hrdina <phrdina@redhat.com>
Wed, 4 Oct 2017 16:52:54 +0000 (18:52 +0200)
Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1498528

Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
src/storage/storage_util.c

index b94b3f397c6875ad45e259a8cd807393f7c46172..b23b6dd1d15b6f9cfe6dcbd8627e9746bfcd661f 100644 (file)
@@ -1843,7 +1843,7 @@ virStorageBackendUpdateVolInfo(virStorageVolDefPtr vol,
                                                  withBlockVolFormat,
                                                  VIR_STORAGE_VOL_OPEN_DEFAULT |
                                                  VIR_STORAGE_VOL_OPEN_NOERROR,
-                                                 readflags) < 0))
+                                                 readflags)) < 0)
         return ret;
 
     return 0;