(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);
|
&out->keyblock);
|
||||||
if (ret)
|
if (ret)
|
||||||
goto fail;
|
goto fail;
|
||||||
|
out->timestamp = in->timestamp;
|
||||||
return 0;
|
return 0;
|
||||||
fail:
|
fail:
|
||||||
krb5_kt_free_entry (context, out);
|
krb5_kt_free_entry (context, out);
|
||||||
|
Reference in New Issue
Block a user