From d7f02b6083197ecabc57c6e3c6f16a3bc23c68d0 Mon Sep 17 00:00:00 2001 From: Hivert Quentin Date: Thu, 26 Mar 2026 09:07:05 +0100 Subject: [PATCH] fix(typo): pass the correct arg to checkLogin --- SoObjects/SOGo/SQLSource.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SoObjects/SOGo/SQLSource.m b/SoObjects/SOGo/SQLSource.m index 2a4a950f5..b24aea196 100644 --- a/SoObjects/SOGo/SQLSource.m +++ b/SoObjects/SOGo/SQLSource.m @@ -261,7 +261,7 @@ return [self checkLogin: _login password: _pwd perr: _perr - expire: _perr + expire: _expire grace: _grace disablepasswordPolicyCheck: NO]; }