From ec217adf70d3d49676c8a6d8fb4630904bd5e975 Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Sat, 22 Nov 2003 12:11:06 +1100 Subject: Whitespace sync --- auth-krb5.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'auth-krb5.c') diff --git a/auth-krb5.c b/auth-krb5.c index 8377aed1..85949247 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 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) -- cgit v1.2.1