mirror of
https://github.com/40t/go-sniffer.git
synced 2025-08-07 08:57:28 +08:00
repair not found stm id
This commit is contained in:
@@ -307,6 +307,7 @@ func (stm *stream) resolveClientPacket(payload []byte, seq int) {
|
||||
var ok bool
|
||||
if stmt, ok = stm.stmtMap[stmtID]; ok == false {
|
||||
log.Println("ERR : Not found stm id", stmtID)
|
||||
return
|
||||
}
|
||||
|
||||
//params
|
||||
|
Reference in New Issue
Block a user