]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
ITS#9156 Fix leftover typo
authorOndřej Kuzník <ondra@mistotebe.net>
Mon, 27 Jan 2020 14:11:59 +0000 (14:11 +0000)
committerOndřej Kuzník <ondra@mistotebe.net>
Mon, 27 Jan 2020 14:11:59 +0000 (14:11 +0000)
servers/slapd/overlays/ppolicy.c

index 1cfd60277404c13a535be7396b4ec07d6031642b..5b5416e5e62ce700dcefd2eda22c945cad107745 100644 (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;