]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: Clean up virDomainNumaDefCPUFormatXML
authorJohn Ferlan <jferlan@redhat.com>
Tue, 21 Nov 2017 23:17:58 +0000 (18:17 -0500)
committerJohn Ferlan <jferlan@redhat.com>
Fri, 1 Dec 2017 11:28:24 +0000 (06:28 -0500)
commitac6cc1d822f8f0fb92448de4db5a1106c8d5c072
treecb7598855e486d85c439fa1d605e6c0d2b89c0c9
parent742494eed8dbdde8b1d05a306032334e6226beea
conf: Clean up virDomainNumaDefCPUFormatXML

Don't use a unary comparison for an int value - compare against zero
directly instead.
src/conf/numa_conf.c