(krb5_kt_copy_entry_contents): copy timestamp
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7701 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -291,6 +291,7 @@ krb5_kt_copy_entry_contents(krb5_context context,
|
||||
&out->keyblock);
|
||||
if (ret)
|
||||
goto fail;
|
||||
out->timestamp = in->timestamp;
|
||||
return 0;
|
||||
fail:
|
||||
krb5_kt_free_entry (context, out);
|
||||
|
Reference in New Issue
Block a user