mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-01 20:49:35 -05:00
Uncomment sleep(1), unintended from previous commit.
This commit is contained in:
parent
4c760dfc18
commit
880ab099e9
1 changed files with 1 additions and 1 deletions
|
|
@ -278,7 +278,7 @@ do_addel(
|
|||
}
|
||||
|
||||
/* wait a second for the add to really complete */
|
||||
/* sleep( 1 ); */
|
||||
sleep( 1 );
|
||||
|
||||
/* now delete the entry again */
|
||||
if ( ldap_delete_s( ld, entry ) != LDAP_SUCCESS ) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue