TSG-7542: 执行RST动作之后,设置丢弃整个流的标志

修复IP定位结果最后的,分割符
This commit is contained in:
liuxueli
2021-09-13 15:43:03 +08:00
parent 4578ad3200
commit 427a0d7faf
2 changed files with 26 additions and 14 deletions

View File

@@ -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);
}