]> git.ipfire.org Git - thirdparty/libvirt.git/commit
util: storage: Add missing return to virStorageSourceParseBackingJSONGluster
authorPeter Krempa <pkrempa@redhat.com>
Thu, 15 Jun 2017 15:09:26 +0000 (17:09 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 19 Jun 2017 13:50:29 +0000 (15:50 +0200)
commit506b80c84e4556296ea7ac499c77b9f4ee87079f
tree407d7f12399052296f406c0b6d6b027dee4b6fc1
parent236e1f7e8caf602f2c18525652b13f7b9ede4431
util: storage: Add missing return to virStorageSourceParseBackingJSONGluster

If the number of servers is not expected the code would report an error
but would not return failure.
src/util/virstoragefile.c