X-Git-Url: http://andersk.mit.edu/gitweb/gssapi-openssh.git/blobdiff_plain/91d9cdd3ca06d1809bc05a285dafdea2954850b2..f97edba64d1fb2b28ac269fe588396643d271b7b:/openssh/auth.h diff --git a/openssh/auth.h b/openssh/auth.h index 3a70f44..303c22d 100644 --- a/openssh/auth.h +++ b/openssh/auth.h @@ -53,6 +53,7 @@ struct Authctxt { int valid; /* user exists and is allowed to login */ int attempt; int failures; + int server_caused_failure; int force_pwchange; char *user; /* username sent by the client */ char *service;