oliveiradan / 389-ds-base

Forked from 389-ds-base 5 years ago
Clone

9779283 Ticket 48035 - nunc-stans - Revise shutdown sequence

1 file Authored by mreynolds 9 years ago, Committed by rmeggins 9 years ago,
    Ticket 48035 - nunc-stans - Revise shutdown sequence
    
    Description:  When we notify nunc-stans to stop (ns_set_shutdown),
                  we should first stop the listeners to prevent new connections
                  from being accepted.  To do this we need to move the
                  listener counter and indexes to globals so we can easily
                  clean things up in ns_set_shutdown().
    
    https://fedorahosted.org/389/ticket/48035
    
    Reviewed by: rmeggins(Thanks!)
    
        
file modified
+35 -29