diff options
| author | liuxueli <[email protected]> | 2023-07-10 14:11:36 +0800 |
|---|---|---|
| committer | liuxueli <[email protected]> | 2023-07-10 14:12:43 +0800 |
| commit | 94c07e1f085571d92f10b4450b2df10edd7526e4 (patch) | |
| tree | b0e426331e2d43c1140ae6b6e5a0fb53ec0c9329 /src/tsg_send_log.cpp | |
| parent | 03e160d3a4de988c9bb71a77639199ff36e09177 (diff) | |
TSG-13811: 修正识别结果,quic.ssl修正为quic
Diffstat (limited to 'src/tsg_send_log.cpp')
| -rw-r--r-- | src/tsg_send_log.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/tsg_send_log.cpp b/src/tsg_send_log.cpp index df458e2..ed5e6a6 100644 --- a/src/tsg_send_log.cpp +++ b/src/tsg_send_log.cpp @@ -1713,11 +1713,6 @@ int set_session_attributes(struct tsg_log_instance_t *_instance, struct TLD_hand TLD_append(_handle, _instance->id2field[LOG_COMMON_TUNNELS_ENDPOINT_B_DESC].name, (void *)srt_attribute->server_endpoint->description, TLD_TYPE_STRING); } - if(srt_attribute->session_flags>0 && !(TLD_search(_handle, _instance->id2field[LOG_COMMON_FLAGS].name))) - { - TLD_append(_handle, _instance->id2field[LOG_COMMON_FLAGS].name, (void *)srt_attribute->session_flags, TLD_TYPE_LONG); - } - return 1; } |
