mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
ITS#9156 Fix leftover typo
This commit is contained in:
parent
ba290f1c35
commit
0cf2b12154
@ -1413,7 +1413,7 @@ ppolicy_bind_response( Operation *op, SlapReply *rs )
|
||||
struct berval lockout_stamp;
|
||||
|
||||
if ( waittime > ppb->pp.pwdMaxDelay ) {
|
||||
waittime = ppb.pp.pwdMaxDelay;
|
||||
waittime = ppb->pp.pwdMaxDelay;
|
||||
}
|
||||
wait_end = now + waittime;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user