mirror of
https://github.com/bettercap/bettercap
synced 2025-07-30 03:29:57 -07:00
Update module_param.go
This commit is contained in:
parent
572d9d7daf
commit
49eb83bec3
1 changed files with 0 additions and 2 deletions
|
@ -110,8 +110,6 @@ func (p ModuleParam) Get(s *Session) (error, interface{}) {
|
||||||
hw := make([]byte, 6)
|
hw := make([]byte, 6)
|
||||||
rand.Read(hw)
|
rand.Read(hw)
|
||||||
v = net.HardwareAddr(hw).String()
|
v = net.HardwareAddr(hw).String()
|
||||||
default:
|
|
||||||
// Nothing special
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return p.Validate(v)
|
return p.Validate(v)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue