mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-03-04 02:14:40 +01:00
Nits
This commit is contained in:
parent
af0833387a
commit
31c16c0dbb
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ func (plugin *PluginCloak) Eval(pluginsState *PluginsState, msg *dns.Msg) error
|
|||
}
|
||||
now := time.Now()
|
||||
plugin.RLock()
|
||||
cloakedName, _ := plugin.cloakedNames[qName]
|
||||
cloakedName := plugin.cloakedNames[qName]
|
||||
if cloakedName == nil {
|
||||
plugin.RUnlock()
|
||||
return nil
|
||||
|
|
Loading…
Add table
Reference in a new issue