mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 19:26:42 +00:00
[TCPIP]
- Add missing reference for lwIP on listeners svn path=/trunk/; revision=59413
This commit is contained in:
@@ -618,9 +618,11 @@ NTSTATUS DispTdiListen(
|
||||
Connection->AddressFile->Protocol );
|
||||
}
|
||||
|
||||
if( NT_SUCCESS(Status) )
|
||||
if( NT_SUCCESS(Status) ) {
|
||||
ReferenceObject(Connection->AddressFile->Listener);
|
||||
Status = TCPListen( Connection->AddressFile->Listener, 1024 );
|
||||
/* BACKLOG */
|
||||
}
|
||||
}
|
||||
|
||||
if( NT_SUCCESS(Status) ) {
|
||||
|
||||
Reference in New Issue
Block a user