mirror of
https://github.com/bettercap/bettercap
synced 2025-07-16 10:03:39 -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)
|
||||
rand.Read(hw)
|
||||
v = net.HardwareAddr(hw).String()
|
||||
default:
|
||||
// Nothing special
|
||||
}
|
||||
|
||||
return p.Validate(v)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue