mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-23 16:19:35 -05:00
remove workaround for fixed issue
This commit is contained in:
parent
056b7e55da
commit
c9b3cf7fab
1 changed files with 5 additions and 4 deletions
|
|
@ -581,11 +581,12 @@ echo "$CHECK - Comparing retrieved entries from master and slave..."
|
||||||
$CMP $MASTERFLT $SLAVEFLT > $CMPOUT
|
$CMP $MASTERFLT $SLAVEFLT > $CMPOUT
|
||||||
|
|
||||||
if test $? != 0 ; then
|
if test $? != 0 ; then
|
||||||
echo " test failed - master and slave databases differ (ignored by now)"
|
#echo " test failed - master and slave databases differ (ignored by now)"
|
||||||
#echo "test failed - master and slave databases differ"
|
echo "test failed - master and slave databases differ"
|
||||||
#test $KILLSERVERS != no && kill -HUP $KILLPIDS
|
test $KILLSERVERS != no && kill -HUP $KILLPIDS
|
||||||
#exit 1
|
exit 1
|
||||||
|
|
||||||
|
# keep alive - in case we need it again
|
||||||
echo " Stopping proxy to see if it auto-recovers..."
|
echo " Stopping proxy to see if it auto-recovers..."
|
||||||
kill -HUP $PROXYPID
|
kill -HUP $PROXYPID
|
||||||
wait $PROXYPID
|
wait $PROXYPID
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue