mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
- FCB->State gets set to SOCKET_STATE_CONNECTED in MakeSocketIntoConnection
svn path=/branches/aicom-network-fixes/; revision=35785
This commit is contained in:
parent
60899277f8
commit
b8a0800ce6
1 changed files with 0 additions and 1 deletions
|
@ -27,7 +27,6 @@ static VOID SatisfyAccept( PAFD_DEVICE_EXTENSION DeviceExt,
|
|||
/* Transfer the connection to the new socket, launch the opening read */
|
||||
AFD_DbgPrint(MID_TRACE,("Completing a real accept (FCB %x)\n", FCB));
|
||||
|
||||
FCB->State = SOCKET_STATE_CONNECTED;
|
||||
FCB->Connection = Qelt->Object;
|
||||
|
||||
if( FCB->RemoteAddress ) ExFreePool( FCB->RemoteAddress );
|
||||
|
|
Loading…
Reference in a new issue