TSG-7542: 执行RST动作之后,设置丢弃整个流的标志
修复IP定位结果最后的,分割符
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user