summaryrefslogtreecommitdiff
path: root/platform/src/verify_policy.cpp
diff options
context:
space:
mode:
authorfengweihao <[email protected]>2024-02-02 18:13:41 +0800
committerfengweihao <[email protected]>2024-02-02 18:13:41 +0800
commit32bc9569d7676c166b3352ad755a19dc40da1170 (patch)
tree5bf7c005e13ac2d73374aa842ddc8a718aff69cc /platform/src/verify_policy.cpp
parent873f02cff2981cec231e071edfd18e52d6ed2fc3 (diff)
TSG-18999 PolicyVerify适配TSG_SECURITY_COMPILE表名变更为SECURITY_COMPILEv4.0.9-20240204
Diffstat (limited to 'platform/src/verify_policy.cpp')
-rw-r--r--platform/src/verify_policy.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/platform/src/verify_policy.cpp b/platform/src/verify_policy.cpp
index c122df9..ac2c798 100644
--- a/platform/src/verify_policy.cpp
+++ b/platform/src/verify_policy.cpp
@@ -459,14 +459,6 @@ static void get_count_form_attributeName(void *ctx, cJSON *subchild)
{
verify_policy_tunnle_add(ctx);
}
- if(0 == strcasecmp(item->valuestring, "req_hdr"))
- {
- http_req_hdr_num(ctx);
- }
- if(0 == strcasecmp(item->valuestring, "res_hdr"))
- {
- http_res_hdr_num(ctx);
- }
}
return;
}