oliveiradan / 389-ds-base

Forked from 389-ds-base 5 years ago
Clone

ac98944 Ticket 48217 - cleanallruv - fix regression with server shutdown

1 file Authored by mreynolds 8 years ago, Committed by nhosoi 8 years ago,
    Ticket 48217 - cleanallruv - fix regression with server shutdown
    
    Bug Description:  Recent checks for server shutdown were added to cleanallruv task,
                      but we did not properly check for "shutdown" at the end of the task.
                      This caused the server to think the task successfully finished,
                      when in fact it did not.
    
    Fix Description:  Properly check for shutdown at the end of the task, and handler it
                      appropriately.
    
    https://fedorahosted.org/389/ticket/48217
    
    Reviewed by: nhosoi(Thanks!)
    
    (cherry picked from commit c41d36de0ca438bf23e4e810bfec0fd59cbc790b)
    (cherry picked from commit d9f03f5fddfc8ba7009c9dcc584686e43d6339e8)