Change summary
src/main/java/eu/siacs/conversations/utils/Resolver.java | 2 --
1 file changed, 2 deletions(-)
Detailed changes
@@ -494,8 +494,6 @@ public class Resolver {
return result;
} catch (DnssecValidationFailedException e) {
Log.d(Config.LOGTAG, Resolver.class.getSimpleName() + ": error resolving " + type.getSimpleName() + " with DNSSEC. Trying DNS instead.", e);
- } catch (IOException e) {
- throw e;
} catch (Throwable throwable) {
Log.d(Config.LOGTAG, Resolver.class.getSimpleName() + ": error resolving " + type.getSimpleName() + " with DNSSEC. Trying DNS instead.", throwable);
}