From: Howard Chu Date: Sat, 22 Feb 2003 12:55:05 +0000 (+0000) Subject: Uncomment sleep(1), unintended from previous commit. X-Git-Tag: NO_SLAP_OP_BLOCKS~316 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=880ab099e950a432bed0d649f74ea7d06700550e;p=openldap Uncomment sleep(1), unintended from previous commit. --- diff --git a/tests/progs/slapd-addel.c b/tests/progs/slapd-addel.c index 2d7a16f948..618057d629 100644 --- a/tests/progs/slapd-addel.c +++ b/tests/progs/slapd-addel.c @@ -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 ) {