mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-27 19:25:36 +00:00
[NTOSKRNL]
Fix a status code svn path=/trunk/; revision=64595
This commit is contained in:
@@ -261,7 +261,7 @@ MiInsertVadEx(
|
||||
{
|
||||
DPRINT1("Not enough free space to insert this VAD node!\n");
|
||||
KeReleaseGuardedMutex(&CurrentProcess->AddressCreationLock);
|
||||
return STATUS_CONFLICTING_ADDRESSES;
|
||||
return STATUS_NO_MEMORY;
|
||||
}
|
||||
|
||||
ASSERT(StartingAddress != 0);
|
||||
|
||||
Reference in New Issue
Block a user