Save ticket flags.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2169 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1997-07-12 13:04:24 +00:00
parent 01c77fa849
commit a76e01a359

View File

@@ -131,8 +131,9 @@ fcc_store_cred(krb5_context context,
krb5_store_principal(sp, creds->server);
krb5_store_keyblock(sp, creds->session);
krb5_store_times(sp, creds->times);
krb5_store_int8(sp, 0); /* s/key */
krb5_store_int32(sp, 0); /* flags */
krb5_store_int8(sp, 0); /* this is probably the
enc-tkt-in-skey bit from KDCOptions */
krb5_store_int32(sp, creds->flags.i);
krb5_store_addrs(sp, creds->addresses);
krb5_store_authdata(sp, creds->authdata);
krb5_store_data(sp, creds->ticket);