]> andersk Git - gssapi-openssh.git/commitdiff
bugfix: mechglue code broke krb5-only build
authorjbasney <jbasney>
Mon, 21 Apr 2003 20:14:38 +0000 (20:14 +0000)
committerjbasney <jbasney>
Mon, 21 Apr 2003 20:14:38 +0000 (20:14 +0000)
openssh/gss-serv-krb5.c

index a7606531a205efe90f516b380ddd018fd0c0e392..c7f3ad14103b4ed41a31ab9b546cc8329236df77 100644 (file)
@@ -235,7 +235,7 @@ ssh_gssapi_krb5_storecreds(ssh_gssapi_client *client) {
            __gss_get_mechanism_cred(client->creds,
                                     &(gssapi_kerberos_mech.oid));
 #else
-       krb5_cred_handle = gssapi_client_creds;
+       krb5_cred_handle = client->creds;
 #endif
 
        if ((maj_status = gss_krb5_copy_ccache(&min_status, 
This page took 0.145482 seconds and 5 git commands to generate.