mirror of
https://github.com/bettercap/bettercap
synced 2025-08-14 02:36:57 -07:00
Fix #380
This commit is contained in:
parent
7447b9e0db
commit
572d9d7daf
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ func (p ModuleParam) Get(s *Session) (error, interface{}) {
|
|||
rand.Read(hw)
|
||||
v = net.HardwareAddr(hw).String()
|
||||
default:
|
||||
return fmt.Errorf("Uknown value for v"), nil
|
||||
// Nothing special
|
||||
}
|
||||
|
||||
return p.Validate(v)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue