diff options
| author | fengweihao <[email protected]> | 2020-03-18 15:40:21 +0800 |
|---|---|---|
| committer | fengweihao <[email protected]> | 2020-03-18 15:40:21 +0800 |
| commit | cd0fd581f114bbfda2bca8aef6cc0c4e4e3c6b29 (patch) | |
| tree | 3e3dc3d36332291737f705b11d0f22cf25255f37 /common/include | |
| parent | f3d800dd76bcac1af0957dc675c5e78148515f6c (diff) | |
策略验证添加漏掉的TSG_OBJ_APP_ID表注册代码
Diffstat (limited to 'common/include')
| -rw-r--r-- | common/include/verify_policy.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/include/verify_policy.h b/common/include/verify_policy.h index af7f901..f4580a6 100644 --- a/common/include/verify_policy.h +++ b/common/include/verify_policy.h @@ -56,6 +56,7 @@ enum security_scan_table PXY_SECURITY_FTP_URI, PXY_SECURITY_FTP_CONTENT, PXY_SECURITY_FTP_ACCOUNT, + PXY_SECURITY_APP_ID, __SECURITY_TABLE_MAX }; |
