mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
- Fix build
svn path=/branches/aicom-network-fixes/; revision=35479
This commit is contained in:
parent
a796846871
commit
3def13f731
1 changed files with 1 additions and 1 deletions
|
@ -187,7 +187,7 @@ AfdCloseSocket(PDEVICE_OBJECT DeviceObject, PIRP Irp,
|
|||
PFILE_OBJECT FileObject = IrpSp->FileObject;
|
||||
PAFD_FCB FCB = FileObject->FsContext;
|
||||
|
||||
if (!SocketAcquireStateLock(FCB)) return LostSocket(Irp, FALSE);
|
||||
if (!SocketAcquireStateLock(FCB)) return LostSocket(Irp);
|
||||
|
||||
AFD_DbgPrint(MID_TRACE,
|
||||
("AfdClose(DeviceObject %p Irp %p)\n", DeviceObject, Irp));
|
||||
|
|
Loading…
Reference in a new issue