mirror of
https://github.com/nadoo/glider.git
synced 2025-02-23 17:35:40 +08:00
check: fixed a bug in checking
This commit is contained in:
parent
98ce20b295
commit
f60d248ac7
@ -254,6 +254,7 @@ func (p *FwdrGroup) check(fwdr *Forwarder, checker Checker) {
|
|||||||
|
|
||||||
log.F("[check] %s(%d), FAILED. error: %s", fwdr.Addr(), fwdr.Priority(), err)
|
log.F("[check] %s(%d), FAILED. error: %s", fwdr.Addr(), fwdr.Priority(), err)
|
||||||
fwdr.Disable()
|
fwdr.Disable()
|
||||||
|
continue
|
||||||
}
|
}
|
||||||
|
|
||||||
wait = 1
|
wait = 1
|
||||||
|
Loading…
Reference in New Issue
Block a user