X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=auth.h;h=a66b925e14f483348ff2c361d1ddb1f508ca9295;hb=1a7258779c5454494ac8e257cca2fc99a7e36dfe;hp=77317aee6dbf4f2605f57504a9102f4f02088ef2;hpb=0bf87176543b3874dfd9e1a2ad928fe78388669d;p=openssh.git diff --git a/auth.h b/auth.h index 77317ae..a66b925 100644 --- a/auth.h +++ b/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;