ing
This commit is contained in:
@@ -72,10 +72,6 @@ func (a *auth) EndableStart(endded chan<- error) error {
|
||||
}
|
||||
|
||||
func (a *auth) start() error {
|
||||
if nil != config.CFG.Probe.Key || "" != *config.CFG.Probe.Key {
|
||||
return nil
|
||||
}
|
||||
|
||||
if nil != a.noAuthConfig.DenyDate {
|
||||
return fmt.Errorf("Cannot start because this probe have been denied from overFlow at %s", a.noAuthConfig.DenyDate.String())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user