From 5a6abdae0f6f2312d8bfd60b8bf2420a3393428d Mon Sep 17 00:00:00 2001 From: Ben Lindstrom Date: Sun, 9 Jun 2002 19:41:48 +0000 Subject: unexpand --- 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 76c2419aa..308a6d5f9 100644 --- a/auth-krb5.c +++ b/auth-krb5.c @@ -323,7 +323,7 @@ auth_krb5_password(Authctxt *authctxt, const char *password) if (!krb5_kuserok(authctxt->krb5_ctx, authctxt->krb5_user, authctxt->pw->pw_name)) { - problem = -1; + problem = -1; goto out; } -- cgit v1.2.3