update krb5_auth_con function names

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10096 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2001-06-18 02:49:53 +00:00
parent 67934559ea
commit 1b6b543306
2 changed files with 2 additions and 2 deletions

View File

@@ -256,7 +256,7 @@ gss_accept_sec_context
{
krb5_authenticator authenticator;
kret = krb5_auth_getauthenticator(gssapi_krb5_context,
kret = krb5_auth_con_getauthenticator(gssapi_krb5_context,
(*context_handle)->auth_context,
&authenticator);
if(kret) {

View File

@@ -256,7 +256,7 @@ gss_accept_sec_context
{
krb5_authenticator authenticator;
kret = krb5_auth_getauthenticator(gssapi_krb5_context,
kret = krb5_auth_con_getauthenticator(gssapi_krb5_context,
(*context_handle)->auth_context,
&authenticator);
if(kret) {