1.修改certstore库表名

This commit is contained in:
fengweihao
2019-05-27 13:33:40 +08:00
parent 82840b59d9
commit 9fd14cb2e1
2 changed files with 2 additions and 2 deletions

View File

@@ -2122,7 +2122,7 @@ int maat_feather_init()
}
rte->feather = feather;
int table_id = maat_table_ex_init("PXY_OBJ_KEYRING",
int table_id = maat_table_ex_init("PXY_PROFILE_KEYRING",
keyring_table_new_cb,
keyring_table_free_cb,
keyring_table_dup_cb);