mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-03-04 10:24: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()
|
now := time.Now()
|
||||||
plugin.RLock()
|
plugin.RLock()
|
||||||
cloakedName, _ := plugin.cloakedNames[qName]
|
cloakedName := plugin.cloakedNames[qName]
|
||||||
if cloakedName == nil {
|
if cloakedName == nil {
|
||||||
plugin.RUnlock()
|
plugin.RUnlock()
|
||||||
return nil
|
return nil
|
||||||
|
|
Loading…
Add table
Reference in a new issue