]> git.sur5r.net Git - openldap/commitdiff
Uncomment sleep(1), unintended from previous commit.
authorHoward Chu <hyc@openldap.org>
Sat, 22 Feb 2003 12:55:05 +0000 (12:55 +0000)
committerHoward Chu <hyc@openldap.org>
Sat, 22 Feb 2003 12:55:05 +0000 (12:55 +0000)
tests/progs/slapd-addel.c

index 2d7a16f948207c5ec2a723989565b3d66310a0c7..618057d629c50c685b5f0db34a434ef89151a50b 100644 (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 ) {