mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-22 22:32:06 +01:00
Small Fix
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@7561 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
parent
c7fc4734b8
commit
b040294920
1 changed files with 4 additions and 0 deletions
|
@ -772,6 +772,10 @@ public abstract class TransportCandidate {
|
|||
if (enabled) {
|
||||
}
|
||||
}
|
||||
catch (Exception e) {
|
||||
if (enabled) {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
public void cancel() {
|
||||
|
|
Loading…
Reference in a new issue