diff options
Diffstat (limited to 'auth.h')
-rw-r--r-- | auth.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: auth.h,v 1.82 2015/02/16 22:13:32 djm Exp $ */ | 1 | /* $OpenBSD: auth.h,v 1.84 2015/05/08 06:41:56 djm Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright (c) 2000 Markus Friedl. All rights reserved. | 4 | * Copyright (c) 2000 Markus Friedl. All rights reserved. |
@@ -56,7 +56,7 @@ struct Authctxt { | |||
56 | int valid; /* user exists and is allowed to login */ | 56 | int valid; /* user exists and is allowed to login */ |
57 | int attempt; | 57 | int attempt; |
58 | int failures; | 58 | int failures; |
59 | int server_caused_failure; | 59 | int server_caused_failure; |
60 | int force_pwchange; | 60 | int force_pwchange; |
61 | char *user; /* username sent by the client */ | 61 | char *user; /* username sent by the client */ |
62 | char *service; | 62 | char *service; |