mirror of
https://github.com/bettercap/bettercap
synced 2025-08-21 05:53:20 -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 {
|
||||
p.Debug("proxy script %s loaded.", scriptPath)
|
||||
}
|
||||
} else {
|
||||
p.Script = nil
|
||||
}
|
||||
|
||||
dnsClient := dns.Client{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue