]> xenbits.xensource.com Git - libvirt.git/commit
util: storage: Fix check for empty storage device
authorPeter Krempa <pkrempa@redhat.com>
Thu, 12 Mar 2015 16:53:01 +0000 (17:53 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 17 Mar 2015 16:11:38 +0000 (17:11 +0100)
commit158340e2fbab9a49013ee0de59af7236da014622
treea4a6c5c1ebb8d6c2471636b9e449326958b6faba
parentd0dc6c036914da4905c3f483be3036014a38fe9b
util: storage: Fix check for empty storage device

If the storage device type is parsed as network our parser still allows
it to omit the <source> element. The empty drive check would not trigger
on such device as it expects that every network storage source is valid.

Use VIR_STORAGE_NET_PROTOCOL_NONE as a marker that the storage source is
empty.
src/util/virstoragefile.c