]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
upstream commit
authordjm@openbsd.org <djm@openbsd.org>
Fri, 8 May 2015 06:41:56 +0000 (06:41 +0000)
committerDamien Miller <djm@mindrot.org>
Fri, 8 May 2015 06:44:11 +0000 (16:44 +1000)
whitespace at EOL

Upstream-ID: 57bcf67d666c6fc1ad798aee448fdc3f70f7ec2c

auth.h

diff --git a/auth.h b/auth.h
index db86037603df1fa738f9ae7365b341e0cb4b9dd7..cc4086b36c4d7c315cdf264f7aaa311c6269590e 100644 (file)
--- 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;