]> andersk Git - gssapi-openssh.git/blobdiff - openssh/auth2-gss.c
fix another AIX build problem
[gssapi-openssh.git] / openssh / auth2-gss.c
index afb2745321a05b5adc2e180629e33a86c625ef45..2cf692945ecb2b2500980b144f94bc5bb7b08684 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: auth2-gss.c,v 1.15 2006/08/03 03:34:41 deraadt Exp $ */
+/* $OpenBSD: auth2-gss.c,v 1.16 2007/10/29 00:52:45 dtucker Exp $ */
 
 /*
  * Copyright (c) 2001-2003 Simon Wilkinson. All rights reserved.
@@ -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.033951 seconds and 4 git commands to generate.