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