mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
- Return the correct status
svn path=/branches/aicom-network-fixes/; revision=36107
This commit is contained in:
@@ -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 );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user