mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 05:35:25 +00:00
fix: use capital for bhyve type
Signed-off-by: aokblast aokblast@FreeBSD.org
This commit is contained in:
parent
6abc1273cf
commit
45d2967af0
@ -2104,7 +2104,7 @@ remoteDispatchConnectOpen(virNetServer *server G_GNUC_UNUSED,
|
||||
STREQ(type, "Xen") ||
|
||||
STREQ(type, "LXC") ||
|
||||
STREQ(type, "VBOX") ||
|
||||
STREQ(type, "bhyve") ||
|
||||
STREQ(type, "BHYVE") ||
|
||||
STREQ(type, "vz") ||
|
||||
STREQ(type, "Parallels") ||
|
||||
STREQ(type, "CH")) {
|
||||
|
Loading…
Reference in New Issue
Block a user