mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-05 22:50:51 -05:00
ITS#9156 Fix leftover typo
This commit is contained in:
parent
ba290f1c35
commit
0cf2b12154
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue