mirror of
https://github.com/reactos/reactos.git
synced 2025-04-19 12:08:55 +00:00
Return correct error code
svn path=/trunk/; revision=44437
This commit is contained in:
parent
0835abcb21
commit
00ba19e9a8
1 changed files with 1 additions and 1 deletions
|
@ -706,7 +706,7 @@ WdmAudControlOpenWave(
|
|||
if (!NT_SUCCESS(Status))
|
||||
{
|
||||
/* failed to open the pin */
|
||||
return SetIrpIoStatus(Irp, STATUS_UNSUCCESSFUL, 0);
|
||||
return SetIrpIoStatus(Irp, STATUS_NOT_SUPPORTED, 0);
|
||||
}
|
||||
|
||||
/* store the handle */
|
||||
|
|
Loading…
Reference in a new issue