1b3c075 Ticket 50413 - ds-replcheck - Always display the Result Summary

Authored and Committed by mreynolds 4 years ago
    Ticket 50413 - ds-replcheck - Always display the Result Summary
    
    Description:  Previously we only printed a "Result Summary" if there
                  were no inconsistencies and the entry counts matched.
                  However, the entry counts do not need to match.  So
                  this made the "Result Summary" checks too strict, and
                  if things were out of sync there was no Result Summary
                  printed at all.  This fix just always prints a result
                  summary and it removes the entry count check.
    
    https://pagure.io/389-ds-base/issue/50413
    
    Reviewed by: ?
    
    (cherry picked from commit 423a7ba01ed3bad52c8caa6a20267f2335b3c69f)