Remove redundant nil assignment.

This commit is contained in:
buffermet 2024-10-12 17:38:49 +02:00
commit 27d245625c

View file

@ -55,8 +55,6 @@ func (p *DNSProxy) Configure(address string, dnsPort int, doRedirect bool, names
} else {
p.Debug("proxy script %s loaded.", scriptPath)
}
} else {
p.Script = nil
}
dnsClient := dns.Client{