Small Fix

git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@7561 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Thiago Camargo 2007-03-15 22:07:49 +00:00 committed by thiago
parent c7fc4734b8
commit b040294920
1 changed files with 4 additions and 0 deletions

View File

@ -772,6 +772,10 @@ public abstract class TransportCandidate {
if (enabled) {
}
}
catch (Exception e) {
if (enabled) {
}
}
}
public void cancel() {