]> xenbits.xensource.com Git - libvirt.git/commit
qemu: Use the proper string in qemuBlock...JSONSocketAddress()
authorMartin Kletzander <mkletzan@redhat.com>
Mon, 17 Jul 2017 12:05:53 +0000 (14:05 +0200)
committerMartin Kletzander <mkletzan@redhat.com>
Mon, 17 Jul 2017 14:25:20 +0000 (16:25 +0200)
commit90c27b8e488c2d7bc045b906996f28824194410c
tree3fe3d126b3777def65d58c4611b5726cf631dfa5
parentdff020c91d7a4ac8fb4bbe79511ed990fc616a3c
qemu: Use the proper string in qemuBlock...JSONSocketAddress()

Recent refactors made it so that the function may use uninitialized
pointer, but it actually wanted to use a different variable and value
at all.

Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
src/qemu/qemu_block.c