happy eyeball: fix NPE on connecting without dns
This commit is contained in:
parent
e3b5be777c
commit
80dd53c3f0
|
@ -361,7 +361,7 @@ public class Resolver {
|
||||||
private int priority;
|
private int priority;
|
||||||
private Socket socket;
|
private Socket socket;
|
||||||
|
|
||||||
private String logID;
|
private String logID = "";
|
||||||
|
|
||||||
static Result fromRecord(SRV srv, boolean directTls) {
|
static Result fromRecord(SRV srv, boolean directTls) {
|
||||||
Result result = new Result();
|
Result result = new Result();
|
||||||
|
|
Loading…
Reference in New Issue