diff options
author | Darren Tucker <dtucker@zip.com.au> | 2003-11-22 02:11:06 +0100 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2003-11-22 02:11:06 +0100 |
commit | ec217adf70d3d49676c8a6d8fb4630904bd5e975 (patch) | |
tree | d9819ace64fc37cecc5e958b0341e4ad986db910 /auth-krb5.c | |
parent | more whitespace (tabs this time) (diff) | |
download | openssh-ec217adf70d3d49676c8a6d8fb4630904bd5e975.tar.xz openssh-ec217adf70d3d49676c8a6d8fb4630904bd5e975.zip |
Whitespace sync
Diffstat (limited to 'auth-krb5.c')
-rw-r--r-- | auth-krb5.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auth-krb5.c b/auth-krb5.c index 8377aed10..859492478 100644 --- a/auth-krb5.c +++ b/auth-krb5.c @@ -40,7 +40,6 @@ RCSID("$OpenBSD: auth-krb5.c,v 1.15 2003/11/21 11:57:02 djm Exp $"); #include "auth.h" #ifdef KRB5 - #include <krb5.h> extern ServerOptions options; @@ -105,6 +104,7 @@ auth_krb5_password(Authctxt *authctxt, const char *password) if (problem) goto out; + problem = krb5_cc_gen_new(authctxt->krb5_ctx, &krb5_fcc_ops, &authctxt->krb5_fwd_ccache); if (problem) |