Compare commits
1 Commits
feature-en
...
v4.0.1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fb800c9bb9 |
17
.gitignore
vendored
Normal file
17
.gitignore
vendored
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
SI/
|
||||||
|
*.log
|
||||||
|
*.o
|
||||||
|
*.so
|
||||||
|
*.si4project/
|
||||||
|
*.a
|
||||||
|
*.d
|
||||||
|
build/
|
||||||
|
.vscode
|
||||||
|
.idea
|
||||||
|
core.*
|
||||||
|
cmake-build-*
|
||||||
|
GPATH
|
||||||
|
GTAGS
|
||||||
|
GRTAGS
|
||||||
|
src/tags
|
||||||
|
version.txt
|
||||||
@@ -242,8 +242,8 @@ extern "C" char FW_DNS_PLUG_ENTRY(stSessionInfo* session_info, void **pme, int
|
|||||||
}
|
}
|
||||||
else
|
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);
|
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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user