From 45d2967af069b346d7e68ce4f101456472b97d82 Mon Sep 17 00:00:00 2001 From: aokblast Date: Wed, 13 Mar 2024 07:00:26 +0800 Subject: [PATCH] fix: use capital for bhyve type Signed-off-by: aokblast aokblast@FreeBSD.org --- src/remote/remote_daemon_dispatch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/remote/remote_daemon_dispatch.c b/src/remote/remote_daemon_dispatch.c index aaabd1e56c..d391f891dc 100644 --- a/src/remote/remote_daemon_dispatch.c +++ b/src/remote/remote_daemon_dispatch.c @@ -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")) {