]> git.sur5r.net Git - openldap/commitdiff
ITS#8798 Do not insert delays on a successful bind
authorOndřej Kuzník <ondra@openldap.org>
Fri, 19 Jan 2018 17:33:33 +0000 (17:33 +0000)
committerOndřej Kuzník <ondra@openldap.org>
Fri, 19 Jan 2018 17:33:33 +0000 (17:33 +0000)
tests/progs/slapd-bind.c

index 1b94e2fcaf87de32c05d20a424bea301a5511931..a766351ee305ba9ad90596832340740f5a796909 100644 (file)
@@ -493,10 +493,6 @@ novals:;
                {
                        break;
                }
-
-               if ( config->delay ) {
-                       sleep( config->delay );
-               }
        }
 
        if ( ld != NULL ) {