summaryrefslogtreecommitdiff
path: root/auth.h
diff options
context:
space:
mode:
authordjm@openbsd.org <djm@openbsd.org>2015-05-08 06:41:56 +0000
committerDamien Miller <djm@mindrot.org>2015-05-08 16:44:11 +1000
commit2b64c490468fd4ca35ac8d5cc31c0520dc1508bb (patch)
tree37bee344ac1827bd5c7e3776eedaf8d6b0d75328 /auth.h
parent4e636cf201ce6e7e3b9088568218f9d4e2c51712 (diff)
downloadopenssh-git-2b64c490468fd4ca35ac8d5cc31c0520dc1508bb.tar.gz
upstream commit
whitespace at EOL Upstream-ID: 57bcf67d666c6fc1ad798aee448fdc3f70f7ec2c
Diffstat (limited to 'auth.h')
-rw-r--r--auth.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/auth.h b/auth.h
index db860376..cc4086b3 100644
--- a/auth.h
+++ b/auth.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: auth.h,v 1.82 2015/02/16 22:13:32 djm Exp $ */
+/* $OpenBSD: auth.h,v 1.84 2015/05/08 06:41:56 djm Exp $ */
/*
* Copyright (c) 2000 Markus Friedl. All rights reserved.
@@ -56,7 +56,7 @@ struct Authctxt {
int valid; /* user exists and is allowed to login */
int attempt;
int failures;
- int server_caused_failure;
+ int server_caused_failure;
int force_pwchange;
char *user; /* username sent by the client */
char *service;