Skip to content

Commit 8b09527

Browse files
committed
Nits
1 parent eb7551c commit 8b09527

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dnscrypt-proxy/dnscrypt_certs.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ func FetchCurrentDNSCryptCert(
7474
now := uint32(time.Now().Unix())
7575
certInfo := CertInfo{CryptoConstruction: UndefinedConstruction}
7676
highestSerial := uint32(0)
77-
var certCountStr string
77+
certCountStr := ""
7878
for _, answerRr := range in.Answer {
7979
var txt string
8080
if t, ok := answerRr.(*dns.TXT); !ok {

0 commit comments

Comments
 (0)