summaryrefslogtreecommitdiff
path: root/auth-krb5.c
diff options
context:
space:
mode:
authormouring <mouring>2002-06-09 19:41:48 +0000
committermouring <mouring>2002-06-09 19:41:48 +0000
commit290fdd64a8ddf53151d37f9de09b6eb47e2b12f5 (patch)
treeda78e8035f18c2be377caccabb42e96a816904a5 /auth-krb5.c
parent0384a70400de05c25a49b3db41a51feacc860026 (diff)
downloadopenssh-290fdd64a8ddf53151d37f9de09b6eb47e2b12f5.tar.gz
unexpand
Diffstat (limited to 'auth-krb5.c')
-rw-r--r--auth-krb5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/auth-krb5.c b/auth-krb5.c
index 76c2419a..308a6d5f 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;
}