]> git.ipfire.org Git - thirdparty/libvirt.git/commit
storage: fix bogus target in gluster volume xml
authorEric Blake <eblake@redhat.com>
Thu, 19 Dec 2013 04:35:35 +0000 (21:35 -0700)
committerEric Blake <eblake@redhat.com>
Thu, 19 Dec 2013 16:17:11 +0000 (09:17 -0700)
commit3a96cebceb1d82cc550bef59250c7da02ac92707
tree5bd23f438617897d1d3afa86923e9908464dd0a7
parent147a3d2487978a43c31862598935ee862908ce13
storage: fix bogus target in gluster volume xml

Commit 6cd60b6 was flat out broken - it tried to print into the
wrong variable.  My testing was obviously too cursory (did the
name get a slash added?); valgrind would have caught the error.
Thankfully it didn't hit any release.

Reported by Peter Krempa.

* src/storage/storage_backend_gluster.c
(virStorageBackendGlusterRefreshVol): Fix bogus code.

Signed-off-by: Eric Blake <eblake@redhat.com>
src/storage/storage_backend_gluster.c