]> git.ipfire.org Git - thirdparty/libvirt.git/commit
xenconfig: Remove unnecessary variable clear in xenMakeIPList
authorMarek Marczykowski-Górecki <marmarek@invisiblethingslab.com>
Wed, 13 Dec 2017 20:28:08 +0000 (15:28 -0500)
committerJohn Ferlan <jferlan@redhat.com>
Wed, 13 Dec 2017 20:31:51 +0000 (15:31 -0500)
commita609389310946dc3c90a6f1fff73c9ac6b27b84e
tree3c74cb258adffc6fe206049d84b3a5448500e75b
parent6050affb7f4ec825b95cec9d66ba0cc97501ca7e
xenconfig: Remove unnecessary variable clear in xenMakeIPList

Remove the unnecessary clearing of address_array as VIR_ALLOC_N
initialized the array already.

Cc: John Ferlan <jferlan@redhat.com>
Signed-off-by: Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com>
src/xenconfig/xen_common.c