mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-04-04 13:47:39 +03:00
Remove unreachable code
Spotted by @komapa
This commit is contained in:
parent
76f6d02e52
commit
f4631b9121
1 changed files with 0 additions and 6 deletions
|
@ -544,12 +544,6 @@ func (proxy *Proxy) processIncomingQuery(clientProto string, serverProto string,
|
|||
if response == nil {
|
||||
response = serverResponse
|
||||
}
|
||||
if err != nil {
|
||||
pluginsState.returnCode = PluginsReturnCodeNetworkError
|
||||
pluginsState.ApplyLoggingPlugins(&proxy.pluginsGlobals)
|
||||
serverInfo.noticeFailure(proxy)
|
||||
return
|
||||
}
|
||||
if len(response) >= MinDNSPacketSize {
|
||||
SetTransactionID(response, tid)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue