Skip to content

Commit

Permalink
kph fix user device apis
Browse files Browse the repository at this point in the history
  • Loading branch information
jxy-s committed Jan 20, 2025
1 parent cd3dadc commit c099554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phlib/kph.c
Original file line number Diff line number Diff line change
Expand Up @@ -2159,7 +2159,7 @@ NTSTATUS KphOpenDeviceBaseDevice(

if (NT_SUCCESS(status))
{
status = msg->User.OpenDeviceDriver.Status;
status = msg->User.OpenDeviceBaseDevice.Status;
}

PhFreeToFreeList(&KphMessageFreeList, msg);
Expand Down

0 comments on commit c099554

Please sign in to comment.