X-Git-Url: http://www.project-moonshot.org/gitweb/?p=openssh.git;a=blobdiff_plain;f=auth.h;h=a66b925e14f483348ff2c361d1ddb1f508ca9295;hp=77317aee6dbf4f2605f57504a9102f4f02088ef2;hb=c4431b13b468d93eabfdb2a7e9c4a245678067a5;hpb=fc4c43dfd9d29f097b21cdce5cadee691948dd4a 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;