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:
@@ -256,7 +256,7 @@ gss_accept_sec_context
|
|||||||
{
|
{
|
||||||
krb5_authenticator authenticator;
|
krb5_authenticator authenticator;
|
||||||
|
|
||||||
kret = krb5_auth_getauthenticator(gssapi_krb5_context,
|
kret = krb5_auth_con_getauthenticator(gssapi_krb5_context,
|
||||||
(*context_handle)->auth_context,
|
(*context_handle)->auth_context,
|
||||||
&authenticator);
|
&authenticator);
|
||||||
if(kret) {
|
if(kret) {
|
||||||
|
@@ -256,7 +256,7 @@ gss_accept_sec_context
|
|||||||
{
|
{
|
||||||
krb5_authenticator authenticator;
|
krb5_authenticator authenticator;
|
||||||
|
|
||||||
kret = krb5_auth_getauthenticator(gssapi_krb5_context,
|
kret = krb5_auth_con_getauthenticator(gssapi_krb5_context,
|
||||||
(*context_handle)->auth_context,
|
(*context_handle)->auth_context,
|
||||||
&authenticator);
|
&authenticator);
|
||||||
if(kret) {
|
if(kret) {
|
||||||
|
Reference in New Issue
Block a user