]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Compiling with -Werror showed a possible use before initialization
authorChris Lalancette <clalance@redhat.com>
Thu, 16 Oct 2008 13:44:09 +0000 (13:44 +0000)
committerChris Lalancette <clalance@redhat.com>
Thu, 16 Oct 2008 13:44:09 +0000 (13:44 +0000)
commit164f78662639b321ef833e87e19fa28aea426f20
tree1de1c1a235b05e78401bb83909869e714390ff8b
parente4e4a45927a75e7fa49484c51b0956fd39fd764a
Compiling with -Werror showed a possible use before initialization
in src/qemu_driver.c.  Make sure to initialize the olddisk ptr to NULL.

Signed-off-by: Chris Lalancette <clalance@redhat.com>
ChangeLog
src/qemu_driver.c