From 3a63d2225639e501d2f2b34d2d3d80fd4aa2212c Mon Sep 17 00:00:00 2001 From: luwenpeng Date: Wed, 18 Nov 2020 20:24:44 +0600 Subject: [PATCH] =?UTF-8?q?TSG-3924=20=E5=B0=86=20DoH=20=E6=97=A5=E5=BF=97?= =?UTF-8?q?=E5=AD=97=E6=AE=B5=20common=5Fschema=5Ftype=20=E7=9A=84?= =?UTF-8?q?=E5=80=BC=E4=BB=8E=20DOH=20=E6=94=B9=E4=B8=BA=20DoH?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugin/business/doh/src/logger.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;