mirror of
https://github.com/bettercap/bettercap
synced 2025-08-20 13:33:21 -07:00
balls
This commit is contained in:
parent
73f887087a
commit
80bbd2a0a0
3 changed files with 3 additions and 3 deletions
|
@ -153,7 +153,7 @@ func (tp *Targets) Has(ip string) bool {
|
|||
return false
|
||||
}
|
||||
|
||||
func (tp *Targets) AddIfNotExist(ip, mac string) *net.Endpoint {
|
||||
func (tp *Targets) AddIfNew(ip, mac string) *net.Endpoint {
|
||||
tp.Lock()
|
||||
defer tp.Unlock()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue