mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
test: Fix parsing nested <volume> XML
Reproducer:
./build/tools/virsh \
--connect test:///`pwd`/examples/xml/test/testnodeinline.xml \
vol-list default-pool
Fixes: b3e33a0ef7
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
Signed-off-by: Cole Robinson <crobinso@redhat.com>
This commit is contained in:
@@ -1152,7 +1152,7 @@ testOpenVolumesForPool(const char *file,
|
||||
g_autofree xmlNodePtr *nodes = NULL;
|
||||
g_autoptr(virStorageVolDef) volDef = NULL;
|
||||
|
||||
num = virXPathNodeSet("/pool/volume", ctxt, &nodes);
|
||||
num = virXPathNodeSet("./volume", ctxt, &nodes);
|
||||
if (num < 0)
|
||||
return -1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user