mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-27 11:25:13 +01:00
DNS: cleanup
This commit is contained in:
@@ -673,12 +673,17 @@ public class DnsHelper {
|
||||
ex = new IOException("interrupted");
|
||||
}
|
||||
|
||||
if (ex == null) {
|
||||
Log.i("DNS Android answer=" + result);
|
||||
return result;
|
||||
} else {
|
||||
Log.i(ex);
|
||||
throw ex;
|
||||
try {
|
||||
if (ex == null) {
|
||||
Log.i("DNS Android answer=" + result);
|
||||
return result;
|
||||
} else {
|
||||
Log.i(ex);
|
||||
throw ex;
|
||||
}
|
||||
} finally {
|
||||
ex = null;
|
||||
result = null;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user