mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
[NPFS] Magic--;
This commit is contained in:
parent
890a293683
commit
257923cad1
1 changed files with 1 additions and 1 deletions
|
@ -562,7 +562,7 @@ NpCreateExistingNamedPipe(IN PNP_FCB Fcb,
|
|||
if (AccessGranted)
|
||||
{
|
||||
AccessState->PreviouslyGrantedAccess |= GrantedAccess;
|
||||
AccessState->RemainingDesiredAccess &= ~(GrantedAccess | 0x2000000);
|
||||
AccessState->RemainingDesiredAccess &= ~(GrantedAccess | MAXIMUM_ALLOWED);
|
||||
}
|
||||
|
||||
ObjectTypeName.Buffer = L"NamedPipe";
|
||||
|
|
Loading…
Reference in a new issue