Uncomment sleep(1), unintended from previous commit.

This commit is contained in:
Howard Chu 2003-02-22 12:55:05 +00:00
parent 4c760dfc18
commit 880ab099e9

View file

@ -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 ) {