]> xenbits.xensource.com Git - libvirt.git/commit
util: storage: Fix error type in virStorageSourceParseBackingURI
authorPeter Krempa <pkrempa@redhat.com>
Thu, 26 Feb 2015 09:35:47 +0000 (10:35 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Thu, 26 Feb 2015 10:50:38 +0000 (11:50 +0100)
commitef2e6f4089a14d734df158dccdef429dbebbe810
treedc19d42e2d2dc5fe29781da3921db16afa84e77c
parentfc56ecd73520d3a3680d6f7500944298a99f254d
util: storage: Fix error type in virStorageSourceParseBackingURI

The gluster volume name extraction code was copied from the XML parser
without changing the VIR_ERR_XML_ERROR error code. Use
VIR_ERR_CONFIG_UNSUPPORTED instead.
src/util/virstoragefile.c