Minor fix:
- SelectableCore: - Bug fix: Incorrect handle passed to Select for RemoteClient
This commit is contained in:
@@ -993,7 +993,7 @@ int CSelectableCore::OpenRemoteClientSocket( THandle * Handle )
|
|||||||
|
|
||||||
// Add to Select Lists
|
// Add to Select Lists
|
||||||
if (Selector) {
|
if (Selector) {
|
||||||
Selector->Add( (*RemoteClient)->FD, true, true, Handle, this );
|
Selector->Add( (*RemoteClient)->FD, true, true, *RemoteClient, this );
|
||||||
}
|
}
|
||||||
|
|
||||||
return (*RemoteClient)->FD;
|
return (*RemoteClient)->FD;
|
||||||
|
|||||||
Reference in New Issue
Block a user