Add missing return - closes #1114
This commit is contained in:
@@ -363,6 +363,7 @@ public class InitialHandler extends PacketHandler implements PendingConnection
|
||||
if ( result.isCancelled() )
|
||||
{
|
||||
disconnect( result.getCancelReason() );
|
||||
return;
|
||||
}
|
||||
if ( ch.isClosed() )
|
||||
{
|
||||
|
Reference in New Issue
Block a user