ITS#9156 Fix leftover typo

This commit is contained in:
Ondřej Kuzník 2020-01-27 14:11:59 +00:00
parent ba290f1c35
commit 0cf2b12154

View File

@ -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;