mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-21 21:25:25 +00:00
Merge branch 'fix_virtbhyved' into 'master'
fix: use capital for bhyve type See merge request libvirt/libvirt!338
This commit is contained in:
commit
bbf1d1a6e5
@ -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