happy eyeball: fix NPE on connecting without dns

This commit is contained in:
genofire 2020-02-13 15:57:12 +01:00
parent e3b5be777c
commit 80dd53c3f0
No known key found for this signature in database
GPG Key ID: 9D7D3C6BFF600C6A
1 changed files with 1 additions and 1 deletions

View File

@ -361,7 +361,7 @@ public class Resolver {
private int priority;
private Socket socket;
private String logID;
private String logID = "";
static Result fromRecord(SRV srv, boolean directTls) {
Result result = new Result();