File tree 1 file changed +4
-3
lines changed
src/main/java/org/ice4j/ice
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -344,15 +344,15 @@ protected TransactionID startCheckForPair(
344
344
{
345
345
logger .trace ("checking pair " + candidatePair + " tid " + tran );
346
346
}
347
+
348
+ return tran ;
347
349
}
348
350
catch (NetAccessManager .SocketNotFoundException e )
349
351
{
350
352
logger .info ("Could not start connectivity check: " + e .getMessage ());
351
353
}
352
354
catch (Exception ex )
353
355
{
354
- tran = null ;
355
-
356
356
IceSocketWrapper stunSocket = localCandidate .getStunSocket (null );
357
357
358
358
if (stunSocket != null )
@@ -376,7 +376,7 @@ protected TransactionID startCheckForPair(
376
376
}
377
377
}
378
378
379
- return tran ;
379
+ return null ;
380
380
}
381
381
382
382
/**
@@ -944,6 +944,7 @@ protected void run()
944
944
"Pair failed: "
945
945
+ pairToCheck .toShortString ());
946
946
pairToCheck .setStateFailed ();
947
+ updateCheckListAndTimerStates (pairToCheck );
947
948
}
948
949
else
949
950
{
You can’t perform that action at this time.
0 commit comments