mirror of https://github.com/40t/go-sniffer.git
repair not found stm id
This commit is contained in:
parent
915970dc69
commit
3a639ed0f1
|
@ -307,6 +307,7 @@ func (stm *stream) resolveClientPacket(payload []byte, seq int) {
|
||||||
var ok bool
|
var ok bool
|
||||||
if stmt, ok = stm.stmtMap[stmtID]; ok == false {
|
if stmt, ok = stm.stmtMap[stmtID]; ok == false {
|
||||||
log.Println("ERR : Not found stm id", stmtID)
|
log.Println("ERR : Not found stm id", stmtID)
|
||||||
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
//params
|
//params
|
||||||
|
|
Loading…
Reference in New Issue