(kerberos5_is): use krb5_rd_cred2 instead of krb5_rd_cred
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9465 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -513,10 +513,10 @@ kerberos5_is(Authenticator *ap, unsigned char *data, int cnt)
|
||||
#if defined(DCE)
|
||||
esetenv("KRB5CCNAME", ccname, 1);
|
||||
#endif
|
||||
ret = krb5_rd_cred (context,
|
||||
auth_context,
|
||||
ccache,
|
||||
&inbuf);
|
||||
ret = krb5_rd_cred2 (context,
|
||||
auth_context,
|
||||
ccache,
|
||||
&inbuf);
|
||||
if(ret) {
|
||||
char *errbuf;
|
||||
|
||||
|
Reference in New Issue
Block a user