check: fixed a bug in checking

This commit is contained in:
nadoo 2020-11-26 19:43:06 +08:00
parent 98ce20b295
commit f60d248ac7

View File

@ -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)
fwdr.Disable()
continue
}
wait = 1