mirror of
				https://github.com/40t/go-sniffer.git
				synced 2025-11-04 11:01:55 +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
 | 
							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
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user