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
|
||||
|
||||
if test $? != 0 ; then
|
||||
echo " test failed - master and slave databases differ (ignored by now)"
|
||||
#echo "test failed - master and slave databases differ"
|
||||
#test $KILLSERVERS != no && kill -HUP $KILLPIDS
|
||||
#exit 1
|
||||
#echo " test failed - master and slave databases differ (ignored by now)"
|
||||
echo "test failed - master and slave databases differ"
|
||||
test $KILLSERVERS != no && kill -HUP $KILLPIDS
|
||||
exit 1
|
||||
|
||||
# keep alive - in case we need it again
|
||||
echo " Stopping proxy to see if it auto-recovers..."
|
||||
kill -HUP $PROXYPID
|
||||
wait $PROXYPID
|
||||
|
|
|
|||
Loading…
Reference in a new issue