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

Commit f1986d20 authored by Wayne Ma's avatar Wayne Ma Committed by android-build-merger
Browse files

Merge "Remove tlsFingerprints init value"

am: 7f20910f

Change-Id: Ib29fe2d356c6faab809d95233f0b9771a6053191
parents 011eb066 7f20910f
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) {