From 5a2181eb1ea8476f1b60f9babb7fcc82fe83dd00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cpengxuanzheng=E2=80=9D?= Date: Thu, 20 Jan 2022 06:39:23 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix(TSG-9466):=20=E5=91=BD?= =?UTF-8?q?=E4=B8=ADmonitor=E6=97=B6=EF=BC=8C=E5=85=88notify=E5=91=BD?= =?UTF-8?q?=E4=B8=ADmonitor=E7=BB=93=E6=9E=9C=EF=BC=8C=E7=84=B6=E5=90=8E?= =?UTF-8?q?=E5=86=8D=E5=8F=91=E9=80=81=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 17 +++++++++++++++++ src/fw_dns_plug.cpp | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..127aad1 --- /dev/null +++ b/.gitignore @@ -0,0 +1,17 @@ +SI/ +*.log +*.o +*.so +*.si4project/ +*.a +*.d +build/ +.vscode +.idea +core.* +cmake-build-* +GPATH +GTAGS +GRTAGS +src/tags +version.txt \ No newline at end of file diff --git a/src/fw_dns_plug.cpp b/src/fw_dns_plug.cpp index d78a93f..f3a2f23 100644 --- a/src/fw_dns_plug.cpp +++ b/src/fw_dns_plug.cpp @@ -242,8 +242,8 @@ extern "C" char FW_DNS_PLUG_ENTRY(stSessionInfo* session_info, void **pme, int } else { - fw_dns_send_log(a_stream, dns_info, result, hit_num, thread_seq); tsg_notify_hited_monitor_result(a_stream, result, hit_num, thread_seq); + fw_dns_send_log(a_stream, dns_info, result, hit_num, thread_seq); } }