]> git.ipfire.org Git - thirdparty/libvirt.git/commit
vboxDumpNetwork: Use a single utf16 variable
authorJán Tomko <jtomko@redhat.com>
Fri, 23 Feb 2018 13:18:10 +0000 (14:18 +0100)
committerJán Tomko <jtomko@redhat.com>
Mon, 5 Mar 2018 11:57:47 +0000 (12:57 +0100)
commit56a3f5659af8f494861ad935b720e3e362efdfff
treede974d0251df882998cdbf3381a5ff0dc9cad249
parent6a4b096c66e94623924969fba1bbb9606fd98d43
vboxDumpNetwork: Use a single utf16 variable

There is a pattern of using two temporary utf16/utf8 variables
for every value we get from VirtualBox and put in the domain
definition right away.

Reuse the same variable name to improve the chances of getting
the function on one screen.

Signed-off-by: Ján Tomko <jtomko@redhat.com>
src/vbox/vbox_common.c