Fix the comment error on line 1271 of ob_define.h.

This commit is contained in:
pt.chang 2023-10-26 14:03:46 +08:00
parent f7f7642085
commit 46739ae9e0

View File

@ -1268,7 +1268,7 @@ OB_INLINE bool is_inner_keystore_id(const uint64_t keystore_id)
/*
* ################################################################################
* OBJECT_ID FOR KEYSTORE/MASTER KEY (202100, 202200)
* OBJECT_ID FOR PROFILE (202200, 202300)
* ################################################################################
*/
const uint64_t OB_MIN_INNER_PROFILE_ID = 202200;