TSG-18999 PolicyVerify适配TSG_SECURITY_COMPILE表名变更为SECURITY_COMPILE

This commit is contained in:
fengweihao
2024-02-02 18:13:41 +08:00
parent 873f02cff2
commit 32bc9569d7
3 changed files with 95 additions and 130 deletions

View File

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