summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author刘学利 <[email protected]>2021-03-15 03:43:01 +0000
committer刘学利 <[email protected]>2021-03-15 03:43:01 +0000
commit38519461eda2dd3dee8de981cb8a55b8cfbcd5e2 (patch)
tree658c88a00f4332d662b758557332cbaf8e4576d6
parent339027c021acb100468e0290374a01a3546ee1c8 (diff)
Bugfix logic errorv3.4.6
-rw-r--r--src/tsg_entry.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/tsg_entry.cpp b/src/tsg_entry.cpp
index 2baa64a..dbba836 100644
--- a/src/tsg_entry.cpp
+++ b/src/tsg_entry.cpp
@@ -1093,8 +1093,6 @@ extern "C" char TSG_MASTER_TCP_ENTRY(struct streaminfo *a_tcp, void **pme, int t
hit_num+=ret;
FS_operate(g_tsg_para.fs2_handle, g_tsg_para.fs2_field_id[TSG_FS2_HIT_ADDR], 0, FS_OP_ADD, 1);
}
- context->proto=identify_info.proto;
- context->continue_scan_proto_id=APP_SCAN_FLAG_STOP;
break;
default:
break;
@@ -1253,9 +1251,6 @@ extern "C" char TSG_MASTER_UDP_ENTRY(struct streaminfo *a_udp, void **pme, int t
hit_num+=ret;
FS_operate(g_tsg_para.fs2_handle, g_tsg_para.fs2_field_id[TSG_FS2_HIT_ADDR], 0, FS_OP_ADD, 1);
}
-
- context->proto=identify_info.proto;
- context->continue_scan_proto_id=APP_SCAN_FLAG_STOP;
break;
default:
break;