use krb5_cc_new_unique()
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@25032 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
		| @@ -848,7 +848,7 @@ krb5_verify(struct passwd *pwd, char *passwd) | ||||
|         krb5_free_context(context); | ||||
|         return ret; | ||||
|   } | ||||
|   ret = krb5_cc_gen_new(context, &krb5_mcc_ops, &id); | ||||
|   ret = krb5_cc_new_unique(context, "MEMORY", NULL, &id); | ||||
|   if(ret){ | ||||
|         krb5_free_principal(context, princ); | ||||
|         krb5_free_context(context); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Love Hörnquist Åstrand
					Love Hörnquist Åstrand