[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [XENCONS PATCH] Fix wrong driver name in __FdoMatchDistribution
On Thu, Sep 11, 2025 at 12:39 PM Tu Dinh <ngoc-tu.dinh@xxxxxxxxxx> wrote:
The PSTR conversion accidentally replaced the driver name from XENCONS
to XENBUS.
Fixes: b97b41d86c78 ("Switch from CHAR*/WCHAR* to PSTR/PWSTR")
Signed-off-by: Tu Dinh <ngoc-tu.dinh@xxxxxxxxxx>
---
src/xencons/fdo.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/xencons/fdo.c b/src/xencons/fdo.c
index e2ebcac..0e55667 100644
--- a/src/xencons/fdo.c
+++ b/src/xencons/fdo.c
@@ -1050,7 +1050,7 @@ __FdoMatchDistribution(
}
}
- Text = "XENBUS";
+ Text = "XENCONS";
if (_stricmp(Product, Text) != 0)
Match = FALSE;
--
2.51.0.windows.1
--
Ngoc Tu Dinh | Vates XCP-ng Developer
XCP-ng & Xen Orchestra - Vates solutions
web: https://vates.tech
|