Merge branch 'fix_virtbhyved' into 'master'

fix: use capital for bhyve type

See merge request libvirt/libvirt!338
This commit is contained in:
aokblast 2024-03-28 23:10:08 +00:00
commit bbf1d1a6e5

View File

@ -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")) {