From 880ab099e950a432bed0d649f74ea7d06700550e Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Sat, 22 Feb 2003 12:55:05 +0000 Subject: [PATCH] Uncomment sleep(1), unintended from previous commit. --- tests/progs/slapd-addel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) { -- 2.39.5