1
This commit is contained in:
parent
5f89f20777
commit
251bdb0e54
@ -391,7 +391,11 @@ func (this* mailMgr) procMailUpdate(e *dbEvent) {
|
|||||||
{"mail_id", e.param1},
|
{"mail_id", e.param1},
|
||||||
},
|
},
|
||||||
func (err error, ds *f5.DataSet) {
|
func (err error, ds *f5.DataSet) {
|
||||||
|
this.procingEvent = false
|
||||||
|
if err != nil {
|
||||||
|
return
|
||||||
|
}
|
||||||
|
e.entry.DelInit()
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -404,6 +408,10 @@ func (this* mailMgr) procGroupUpdate(e *dbEvent) {
|
|||||||
{"group_id", e.param1},
|
{"group_id", e.param1},
|
||||||
},
|
},
|
||||||
func (err error, ds *f5.DataSet) {
|
func (err error, ds *f5.DataSet) {
|
||||||
|
this.procingEvent = false
|
||||||
|
if err != nil {
|
||||||
|
return
|
||||||
|
}
|
||||||
|
e.entry.DelInit()
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user