mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 01:24:38 +00:00
Fix unused variable warning.
svn path=/trunk/; revision=13029
This commit is contained in:
parent
bf73503d49
commit
1a99f299a1
1 changed files with 5 additions and 0 deletions
|
@ -393,6 +393,11 @@ MiProtectVirtualMemory(IN PEPROCESS Process,
|
|||
NewAccessProtection,
|
||||
OldAccessProtection);
|
||||
}
|
||||
else
|
||||
{
|
||||
/* FIXME: Should we return failure or success in this case? */
|
||||
Status = STATUS_SUCCESS;
|
||||
}
|
||||
|
||||
MmUnlockAddressSpace(AddressSpace);
|
||||
|
||||
|
|
Loading…
Reference in a new issue