TSG-15130: 增加控制是否发送拦截日志的开关(默认关闭),7400/9140设备由KNI模块调用发送日志接口

This commit is contained in:
刘学利
2023-05-26 05:37:16 +00:00
parent 71e390f0da
commit 71a57b826f
5 changed files with 31 additions and 20 deletions

View File

@@ -1903,8 +1903,7 @@ static unsigned char tsg_master_data_entry(const struct streaminfo *a_stream, vo
if(srt_process_context->mid!=NULL)
{
maat_state_free(srt_process_context->mid);
srt_process_context->mid=NULL;
maat_state_reset(srt_process_context->mid);
}
srt_process_context->last_scan_time=tsg_get_current_time_ms();