- Return the correct status

svn path=/branches/aicom-network-fixes/; revision=36107
This commit is contained in:
Cameron Gutman
2008-09-10 07:43:05 +00:00
parent 8cf22aef05
commit 48c47e07e6
+1 -1
View File
@@ -317,7 +317,7 @@ AfdEventSelect( PDEVICE_OBJECT DeviceObject, PIRP Irp,
AFD_DbgPrint(MID_TRACE,("Returning %x\n", Status));
return UnlockAndMaybeComplete( FCB, STATUS_SUCCESS, Irp,
return UnlockAndMaybeComplete( FCB, Status, Irp,
0, NULL );
}