]> git.ipfire.org Git - thirdparty/libvirt.git/commit
util: Remove unnecessary initialization
authorJohn Ferlan <jferlan@redhat.com>
Fri, 12 Jan 2018 15:32:41 +0000 (10:32 -0500)
committerJohn Ferlan <jferlan@redhat.com>
Fri, 2 Feb 2018 19:56:19 +0000 (14:56 -0500)
commit39b933f197ed635424db78705435c4fe7002539b
tree7bc09479fe924140817c448b3ec8b2dfc2e20711
parentb0fc6a69d0115e4d048fe4ce7b73b02324f1ff16
util: Remove unnecessary initialization

VIR_ALLOC will already initialize, so no need to do it again.
src/util/virsysinfo.c