]> xenbits.xensource.com Git - libvirt.git/commit
xen: Initialize variable before using
authorPeter Krempa <pkrempa@redhat.com>
Thu, 24 Jan 2013 12:57:14 +0000 (13:57 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Thu, 24 Jan 2013 12:57:14 +0000 (13:57 +0100)
commit0eedb1d9bff672b24d6957dfaa0a8b42d9e851a7
treec6b94d79fbd0895610549ca7796253abc1cd9af4
parent6159710ca1eecefa7c81335612c8141c88fc35a9
xen: Initialize variable before using

Commit 87b4c10c6cf02251dd8c29b5b895bebc6ec297f9 added code that may call
the virCapabilitiesClearHostNUMACellCPUTopology function with
uninitialized second argument. Although the value wouldn't be used some
compilers whine about that.
src/xen/xend_internal.c