fix: use capital for bhyve type

Signed-off-by: aokblast aokblast@FreeBSD.org
This commit is contained in:
aokblast 2024-03-13 07:00:26 +08:00
parent 6abc1273cf
commit 45d2967af0
No known key found for this signature in database
GPG Key ID: F21D0E3FAD221571

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