mirror of
https://github.com/reactos/reactos.git
synced 2025-04-25 08:00:24 +00:00
[KS]
- Return correct status code svn path=/trunk/; revision=44658
This commit is contained in:
parent
28c158a870
commit
5440b0612a
1 changed files with 1 additions and 1 deletions
|
@ -308,7 +308,7 @@ KsTopologyPropertyHandler(
|
|||
if (KeyInfo->DataLength + sizeof(WCHAR) > IoStack->Parameters.DeviceIoControl.OutputBufferLength)
|
||||
{
|
||||
Irp->IoStatus.Information = KeyInfo->DataLength + sizeof(WCHAR);
|
||||
Status = STATUS_BUFFER_TOO_SMALL;
|
||||
Status = STATUS_MORE_ENTRIES;
|
||||
ExFreePool(KeyInfo);
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue