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

Commit 3a25927a authored by waynema's avatar waynema
Browse files

Remove tlsFingerprints init value

Initializing the value is no longer necessary because ResolverParamsParcel has
 a default value now

Bug:146100043
Test: FrameworksNetTests pass
Change-Id: Ieb151c0cbb330d25f887cbd2eba9db392699d36e
parent c5725ad0
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) {