From 1630ccedb11842dbe56d8ce2b9e9f54a53b01b8c Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Thu, 24 Apr 2025 11:51:37 +0100 Subject: Remove some double lookups in User::BadPassword. --- include/users.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/users.h b/include/users.h index 7fd096c8c..2a5823cc5 100644 --- a/include/users.h +++ b/include/users.h @@ -50,7 +50,7 @@ protected: Serialize::Reference nc; /* # of invalid password attempts */ - unsigned short invalid_pw_count; + unsigned invalid_pw_count; /* Time of last invalid password */ time_t invalid_pw_time; -- cgit