Added a flag to ensure that we don't mod/store hdb entries fetched with specified kvno.

This commit is contained in:
Nicolas Williams
2011-07-13 01:48:32 -05:00
committed by Nicolas Williams
parent e7f385ad0d
commit 34189a23fe
4 changed files with 6 additions and 1 deletions
+1
View File
@@ -554,6 +554,7 @@ hdb_unseal_keys_kvno(krb5_context context, HDB *db, krb5_kvno kvno,
ent->keys.len = hist_keys->val[i].keys.len;
ent->keys.val = hist_keys->val[i].keys.val;
ent->kvno = kvno;
ent->flags.do_not_store = 1;
}
return (ret);