- Fix Pin_fnFastWrite return value in failure case. Patch by Vincenzo Cotugno

svn path=/trunk/; revision=57282
This commit is contained in:
Thomas Faber 2012-09-11 21:13:21 +00:00
parent 39fa117fd6
commit f9201cb0dd

View file

@ -673,7 +673,7 @@ Pin_fnFastWrite(
if (NT_SUCCESS(Status)) if (NT_SUCCESS(Status))
return TRUE; return TRUE;
else else
return TRUE; return FALSE;
} }
static KSDISPATCH_TABLE PinTable = static KSDISPATCH_TABLE PinTable =