summaryrefslogtreecommitdiff
path: root/plugin/business
diff options
context:
space:
mode:
authorluwenpeng <[email protected]>2020-11-18 20:24:44 +0600
committerluwenpeng <[email protected]>2020-11-18 20:33:35 +0600
commit3a63d2225639e501d2f2b34d2d3d80fd4aa2212c (patch)
tree9c0db8b37f329c353fed4be5df78da64d10f2b82 /plugin/business
parent42be91aef2cf6d5a970be14d77664bbd4380cf63 (diff)
TSG-3924 将 DoH 日志字段 common_schema_type 的值从 DOH 改为 DoHv4.3.24-202011
Diffstat (limited to 'plugin/business')
-rw-r--r--plugin/business/doh/src/logger.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/business/doh/src/logger.cpp b/plugin/business/doh/src/logger.cpp
index ec80cac..95dbe30 100644
--- a/plugin/business/doh/src/logger.cpp
+++ b/plugin/business/doh/src/logger.cpp
@@ -331,7 +331,7 @@ int doh_send_log(struct doh_conf *handle, const struct tfe_http_session *http, c
cJSON_AddNumberToObject(common_obj, "common_start_time", cur_time);
cJSON_AddNumberToObject(common_obj, "common_end_time", cur_time);
cJSON_AddStringToObject(common_obj, "doh_version", app_proto[http->major_version]);
- cJSON_AddStringToObject(common_obj, "common_schema_type", "DOH");
+ cJSON_AddStringToObject(common_obj, "common_schema_type", "DoH");
char opt_val[24] = { 0 };
uint16_t opt_out_size;