]> andersk Git - gssapi-openssh.git/commitdiff
gssapi_set_implicit_username() is now gssapi_set_username() OPENSSH_4_5P1_20070218
authorjbasney <jbasney>
Mon, 19 Feb 2007 02:37:34 +0000 (02:37 +0000)
committerjbasney <jbasney>
Mon, 19 Feb 2007 02:37:34 +0000 (02:37 +0000)
openssh/auth2-gss.c

index afb2745321a05b5adc2e180629e33a86c625ef45..44bcbefd9f1cf5ec581054eab0875132b929cdf2 100644 (file)
@@ -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;
 
This page took 0.051344 seconds and 5 git commands to generate.