Call tc_set_ident_data() before kcdb_credset_collect(). Make sure the
identity data is set before the credentials change notification is broadcast.
ticket: new
component: windows
tags: pullup
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20176
dc483132-0cff-0310-8789-
dd5450dbe970
if (cc_ctx)
(*pcc_shutdown)(&cc_ctx);
- kcdb_credset_collect(NULL, krb5_credset, NULL, credtype_id_krb5, NULL);
tc_set_ident_data(&idl);
+ kcdb_credset_collect(NULL, krb5_credset, NULL, credtype_id_krb5, NULL);
tc_free_idlist(&idl);
return(code);