af536ea Ticket 49332 - Event queue is not working

Authored and Committed by tbordaz 6 years ago
    Ticket 49332 - Event queue is not working
    
    Bug Description:
        The event queue thread runs eq_loop.
        It contains a wait loop that sleeps for the duration to the next scheduled event.
        This loop was using a macro WORK_AVAILABLE that read the current time.
        https://pagure.io/389-ds-base/issue/49316 replace that macro but did not update
        the current time. As a consequence eq_loop was stuck in the sleep loop without
        calling the scheduled event.
    
    Fix Description:
        Make sure the loop update the current time
    
    https://pagure.io/389-ds-base/issue/49332
    
    Reviewed by: William Brown
    
    Platforms tested: F23
    
    Flag Day: no
    
    Doc impact: no
    
        
file modified
+1 -0