mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59:34 -05:00
ITS#8798 Do not insert delays on a successful bind
This commit is contained in:
parent
28871cb07f
commit
00c8d8b1fb
1 changed files with 0 additions and 4 deletions
|
|
@ -493,10 +493,6 @@ novals:;
|
||||||
{
|
{
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( config->delay ) {
|
|
||||||
sleep( config->delay );
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( ld != NULL ) {
|
if ( ld != NULL ) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue