1
This commit is contained in:
parent
dfc6b52498
commit
a90c900453
@ -97,6 +97,11 @@ func (this *matchMgr) execMatch(m *matchingInfo) {
|
|||||||
return true
|
return true
|
||||||
})
|
})
|
||||||
if m.matchOk != nil {
|
if m.matchOk != nil {
|
||||||
|
this.onMatchOk(m)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (this *matchMgr) onMatchOk(m *matchingInfo) {
|
||||||
|
f5.GetTimer().DeleteRunningTimer()
|
||||||
|
f5.GetTimer().Delete(m.matchOk.matchTimerWp)
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user