diff --git a/session/targets.go b/session/targets.go index d3aec71b..5a9579b5 100644 --- a/session/targets.go +++ b/session/targets.go @@ -31,7 +31,7 @@ func (tp *Targets) Remove(ip, mac string) { defer tp.lock.Unlock() if e, found := tp.Targets[mac]; found { - tp.Session.Events.Add("target-lost", e) + tp.Session.Events.Add("target.lost", e) delete(tp.Targets, mac) return }