mirror of
https://github.com/bettercap/bettercap
synced 2025-08-20 13:33:21 -07:00
Remove redundant nil assignment.
This commit is contained in:
parent
32995aada3
commit
27d245625c
1 changed files with 0 additions and 2 deletions
|
@ -55,8 +55,6 @@ func (p *DNSProxy) Configure(address string, dnsPort int, doRedirect bool, names
|
||||||
} else {
|
} else {
|
||||||
p.Debug("proxy script %s loaded.", scriptPath)
|
p.Debug("proxy script %s loaded.", scriptPath)
|
||||||
}
|
}
|
||||||
} else {
|
|
||||||
p.Script = nil
|
|
||||||
}
|
}
|
||||||
|
|
||||||
dnsClient := dns.Client{
|
dnsClient := dns.Client{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue