From c099554ef1c925fce64d6a19a3e1300ba52ff642 Mon Sep 17 00:00:00 2001 From: Johnny Shaw Date: Mon, 20 Jan 2025 16:05:19 -0700 Subject: [PATCH] kph fix user device apis --- phlib/kph.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phlib/kph.c b/phlib/kph.c index 24b6c97c8dbe..29ceead8ecb0 100644 --- a/phlib/kph.c +++ b/phlib/kph.c @@ -2159,7 +2159,7 @@ NTSTATUS KphOpenDeviceBaseDevice( if (NT_SUCCESS(status)) { - status = msg->User.OpenDeviceDriver.Status; + status = msg->User.OpenDeviceBaseDevice.Status; } PhFreeToFreeList(&KphMessageFreeList, msg);