(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:
Assar Westerlund
2000-01-02 00:31:20 +00:00
parent ee617c6bd1
commit 875d3eb4a1

View File

@@ -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);