diff --git a/session/module_param.go b/session/module_param.go index c342fedc..1f4b5838 100644 --- a/session/module_param.go +++ b/session/module_param.go @@ -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)