From 49eb83bec3a1b1dc161eacf395f4da39e94b8038 Mon Sep 17 00:00:00 2001 From: yungtravla Date: Tue, 30 Oct 2018 20:08:30 +1000 Subject: [PATCH] Update module_param.go --- session/module_param.go | 2 -- 1 file changed, 2 deletions(-) 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)