mirror of
https://github.com/reactos/reactos.git
synced 2026-07-02 06:44:37 +08:00
- Fix a typo
svn path=/trunk/; revision=40476
This commit is contained in:
@@ -328,7 +328,7 @@ MiniIndicateReceivePacket(
|
||||
|
||||
|
||||
LookAheadBuffer = ExAllocatePool(NonPagedPool, LookAheadSize);
|
||||
if (!LookAheadSize)
|
||||
if (!LookAheadBuffer)
|
||||
{
|
||||
NDIS_DbgPrint(MIN_TRACE, ("Failed to allocate lookahead buffer!\n"));
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user