Merge "Remove tlsFingerprints init value"

This commit is contained in:
Wayne Ma
2019-12-26 07:13:05 +00:00
committed by Gerrit Code Review

View File

@@ -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) {