mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-07 14:18:15 +08:00
ITS#8297 sleep before checking contextCSN values
This commit is contained in:
parent
b2a9cbc6eb
commit
caabc7299b
@ -619,6 +619,7 @@ EOF
|
||||
done
|
||||
if test $ERROR != 0; then break; fi
|
||||
|
||||
sleep 1
|
||||
echo "Checking contextCSN"
|
||||
CSN_ERRORS=0
|
||||
CSN1=`$LDAPSEARCH -H $URI1 -b $BASEDN -s base contextCSN | grep contextCSN`
|
||||
|
Loading…
Reference in New Issue
Block a user