]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Fix virFileMakePath error handling in snapshot creation
authorMatthias Bolte <matthias.bolte@googlemail.com>
Mon, 4 Jul 2011 08:49:54 +0000 (10:49 +0200)
committerMatthias Bolte <matthias.bolte@googlemail.com>
Tue, 5 Jul 2011 08:49:36 +0000 (10:49 +0200)
commit4a03db81cd6cc9626bd9b5b9273add32ee5eadfe
treea8bd1a0079321bc8d5cde93779f818194811bb11
parent4a6d4d42854d6ddfe5498dbf4008b7db86fd1181
qemu: Fix virFileMakePath error handling in snapshot creation

virFileMakePath returns an errno value on error, that will never
be negative. An virFileMakePath error would have been ignored here,
instead of being reported correctly.
src/qemu/qemu_driver.c