]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Fix warning about using an uninitialized next_unit value
authorJiri Denemark <jdenemar@redhat.com>
Mon, 3 Jun 2013 10:19:09 +0000 (12:19 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Mon, 3 Jun 2013 13:15:44 +0000 (15:15 +0200)
commit4db39e3fee6ae75ea772767e72e276bccd10bb11
treeb799b277d7a6d0d3929986eef98bc5666d92faaa
parent33e300229cf30c6efc7411d3b5d45c2050129fc1
Fix warning about using an uninitialized next_unit value

Using an uninitialized value and a bool saying if the value is valid may
confuse compilators.
src/conf/domain_conf.c