From 3ea093c40e14de71d426149c8561e0ad084db09e Mon Sep 17 00:00:00 2001 From: jbasney Date: Mon, 19 Feb 2007 02:37:34 +0000 Subject: [PATCH] gssapi_set_implicit_username() is now gssapi_set_username() --- openssh/auth2-gss.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.45.1