We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb7551c commit 8b09527Copy full SHA for 8b09527
dnscrypt-proxy/dnscrypt_certs.go
@@ -74,7 +74,7 @@ func FetchCurrentDNSCryptCert(
74
now := uint32(time.Now().Unix())
75
certInfo := CertInfo{CryptoConstruction: UndefinedConstruction}
76
highestSerial := uint32(0)
77
- var certCountStr string
+ certCountStr := ""
78
for _, answerRr := range in.Answer {
79
var txt string
80
if t, ok := answerRr.(*dns.TXT); !ok {
0 commit comments