mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-28 11:55:20 +01:00
Fixed resolving DNS in some cases
This commit is contained in:
@@ -260,9 +260,7 @@ public class DnsHelper {
|
||||
} else if (answer instanceof AAAA) {
|
||||
AAAA aaaa = (AAAA) answer;
|
||||
result.add(new DnsRecord(aaaa.getInetAddress()));
|
||||
} else
|
||||
throw new IllegalArgumentException(answer.getClass().getName());
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user