Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7eda95a7 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Remove tlsFingerprints init value" am: 7f20910f am: f1986d20

Change-Id: I5f5948c707abf2eb3c301d6eb8b63e867acd6e05
parents 14d9520d f1986d20
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -337,7 +337,6 @@ public class DnsManager {
                              .collect(Collectors.toList()))
                : useTls ? paramsParcel.servers  // Opportunistic
                : new String[0];            // Off
        paramsParcel.tlsFingerprints = new String[0];
        // Prepare to track the validation status of the DNS servers in the
        // resolver config when private DNS is in opportunistic or strict mode.
        if (useTls) {