]> xenbits.xensource.com Git - libvirt.git/commit
bhyve: Fix declaration of 'params' in 'bhyveParsePCIFbuf'
authorPeter Krempa <pkrempa@redhat.com>
Mon, 12 Apr 2021 16:18:49 +0000 (18:18 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 12 Apr 2021 17:13:46 +0000 (19:13 +0200)
commit88e9f304028b3893ec8544cb1ea6e8a44542265f
treedca18d457d029f4eb166eb8935e64176cb8739cc
parent0fa141376c388a43e565c918a787f26920f50955
bhyve: Fix declaration of 'params' in 'bhyveParsePCIFbuf'

In commit ad80bba90a3 I mistakenly didn't delete '**' from the
variable declaration when converting it to 'GStrv' and deleted the
'separator' variable since it was declared on the same line as a
different variable.

Fixes: ad80bba90a3
Signed-off-by: Peter Krempa <pkrempa@redhat.com>
src/bhyve/bhyve_parse_command.c