- FCB->State gets set to SOCKET_STATE_CONNECTED in MakeSocketIntoConnection

svn path=/branches/aicom-network-fixes/; revision=35785
This commit is contained in:
Cameron Gutman 2008-08-30 02:40:26 +00:00
parent 60899277f8
commit b8a0800ce6

View file

@ -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 );