Skip to content

Commit 06ca9b0

Browse files
committed
Nits
1 parent 9686e78 commit 06ca9b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dnscrypt-proxy/serversInfo.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ func fetchDNSCryptServerInfo(proxy *Proxy, name string, stamp stamps.ServerStamp
335335
return ServerInfo{}, err
336336
}
337337
certInfo, rtt, fragmentsBlocked, err := FetchCurrentDNSCryptCert(proxy, &name, proxy.mainProto, stamp.ServerPk, stamp.ServerAddrStr, stamp.ProviderName, isNew, relayUDPAddr, relayTCPAddr, knownBugs)
338-
if knownBugs.incorrectPadding == false && fragmentsBlocked {
338+
if !knownBugs.incorrectPadding && fragmentsBlocked {
339339
dlog.Debugf("[%v] drops fragmented queries", name)
340340
}
341341
if err != nil {

0 commit comments

Comments
 (0)