summaryrefslogtreecommitdiff
path: root/src/tsg_send_log.cpp
diff options
context:
space:
mode:
authorliuxueli <[email protected]>2021-09-13 15:43:03 +0800
committerliuxueli <[email protected]>2021-09-13 15:43:03 +0800
commit427a0d7faf42b8e4de1e6918f3f5c13c81bb3c8f (patch)
tree5175d93623ddb117c4fea87ec22b23532364ba04 /src/tsg_send_log.cpp
parent4578ad32000c97231158435ed69a7e67120fafda (diff)
TSG-7542: 执行RST动作之后,设置丢弃整个流的标志v5.3.6
修复IP定位结果最后的,分割符
Diffstat (limited to 'src/tsg_send_log.cpp')
-rw-r--r--src/tsg_send_log.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tsg_send_log.cpp b/src/tsg_send_log.cpp
index 0166e37..e4a63eb 100644
--- a/src/tsg_send_log.cpp
+++ b/src/tsg_send_log.cpp
@@ -239,7 +239,6 @@ static int set_location(struct TLD_handle_t *_handle, struct streaminfo *a_strea
len+=string_cat(buff+len, buff_len-len, location_info->province_full);
buff[len++]=',';
len+=string_cat(buff+len, buff_len-len, location_info->country_full);
- buff[len++]=',';
TLD_append(_handle, field_name, (void *)buff, TLD_TYPE_STRING);
}