Merge "Remove tlsFingerprints init value" am: 2a479ab133 am: 28112be9d7

Change-Id: I5f5948c707abf2eb3c301d6eb8b63e867acd6e05
This commit is contained in:
Automerger Merge Worker
2019-12-26 07:26:08 +00:00

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