From: jbasney Date: Mon, 19 Feb 2007 02:37:34 +0000 (+0000) Subject: gssapi_set_implicit_username() is now gssapi_set_username() X-Git-Tag: OPENSSH_4_5P1_20070218 X-Git-Url: http://andersk.mit.edu/gitweb/gssapi-openssh.git/commitdiff_plain/3ea093c40e14de71d426149c8561e0ad084db09e gssapi_set_implicit_username() is now gssapi_set_username() --- diff --git a/openssh/auth2-gss.c b/openssh/auth2-gss.c index afb2745..44bcbef 100644 --- a/openssh/auth2-gss.c +++ b/openssh/auth2-gss.c @@ -328,7 +328,7 @@ input_gssapi_exchange_complete(int type, u_int32_t plen, void *ctxt) if (authctxt == NULL || (authctxt->methoddata == NULL && !use_privsep)) fatal("No authentication or GSSAPI context"); - gssapi_set_implicit_username(authctxt); + gssapi_set_username(authctxt); gssctxt = authctxt->methoddata;