]> git.sur5r.net Git - openldap/blobdiff - tests/progs/slapd-addel.c
Fix lib specs
[openldap] / 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 ) {