use krb5_cc_new_unique()
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@25033 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -112,7 +112,7 @@ gss_session(void *app_data, char *username)
|
||||
const char* ticketfile;
|
||||
struct passwd *kpw;
|
||||
|
||||
ret = krb5_cc_gen_new(kdata->context, &krb5_fcc_ops, &ccache);
|
||||
ret = krb5_cc_new_unique(kdata->context, NULL, NULL, &ccache);
|
||||
if (ret)
|
||||
goto fail;
|
||||
|
||||
|
Reference in New Issue
Block a user