From 6f6774e7958db9c5023967aec5187f52ef49be6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=AD=A6=E5=88=A9?= Date: Sun, 26 Sep 2021 14:25:41 +0000 Subject: [PATCH] =?UTF-8?q?TSG-7945:=20=E5=BD=93HTTP=E6=96=B0=E5=BB=BA?= =?UTF-8?q?=E5=85=A8=E5=91=BD=E4=B8=ADMonitor=E7=AD=96=E7=95=A5=E6=97=B6?= =?UTF-8?q?=EF=BC=8CSapp=E5=86=85=E5=AD=98=E6=B3=84=E9=9C=B2=E8=A2=ABOOM;?= =?UTF-8?q?=20tsg=5Fmaster=E5=91=BD=E4=B8=AD=E7=9B=91=E6=B5=8B=E7=AD=96?= =?UTF-8?q?=E7=95=A5=E4=B8=94=E4=B8=8D=E9=9C=80=E9=95=9C=E5=83=8F=E5=88=B0?= =?UTF-8?q?=E7=AC=AC=E4=B8=89=E6=96=B9=E6=97=B6,=20=E6=89=AB=E6=8F=8F?= =?UTF-8?q?=E7=9A=84=E4=B8=AD=E9=97=B4=E7=8A=B6=E6=80=81=E6=9C=AA=E9=87=8A?= =?UTF-8?q?=E6=94=BE=E5=AF=BC=E8=87=B4=E5=86=85=E5=AD=98=E6=B3=84=E6=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/tsg_action.cpp | 2 +- src/tsg_entry.cpp | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/tsg_action.cpp b/src/tsg_action.cpp index 38ebeca..5c163c6 100644 --- a/src/tsg_action.cpp +++ b/src/tsg_action.cpp @@ -13,7 +13,7 @@ #include #include #include -#include "MESA/mesa_sip.h" +#include "MESA/sip.h" #include #include diff --git a/src/tsg_entry.cpp b/src/tsg_entry.cpp index 9aafac5..5effca2 100644 --- a/src/tsg_entry.cpp +++ b/src/tsg_entry.cpp @@ -10,7 +10,7 @@ #include #include #include -#include "MESA/mesa_sip.h" +#include "MESA/sip.h" #include #include #include @@ -1638,6 +1638,8 @@ static unsigned char tsg_master_all_entry(const struct streaminfo *a_stream, uns ret=tsg_set_vlan_id_to_tcpall(a_stream, (struct tcpall_context**)pme, vlan, vlan_num, thread_seq); if(ret<=0) { + Maat_clean_status(&scan_mid); + scan_mid=NULL; return state; } context=(struct tcpall_context*)(*pme);