Merge "Remove tlsFingerprints init value" am: 2a479ab133 am: 28112be9d7 am: 7a377fcbd9
Change-Id: I07a79a786b6847f49859ca04783effd45043d1f6
This commit is contained in:
@@ -337,7 +337,6 @@ public class DnsManager {
|
|||||||
.collect(Collectors.toList()))
|
.collect(Collectors.toList()))
|
||||||
: useTls ? paramsParcel.servers // Opportunistic
|
: useTls ? paramsParcel.servers // Opportunistic
|
||||||
: new String[0]; // Off
|
: new String[0]; // Off
|
||||||
paramsParcel.tlsFingerprints = new String[0];
|
|
||||||
// Prepare to track the validation status of the DNS servers in the
|
// Prepare to track the validation status of the DNS servers in the
|
||||||
// resolver config when private DNS is in opportunistic or strict mode.
|
// resolver config when private DNS is in opportunistic or strict mode.
|
||||||
if (useTls) {
|
if (useTls) {
|
||||||
|
|||||||
Reference in New Issue
Block a user