mayorga / 389-ds-base

Forked from 389-ds-base 7 years ago
Clone

c52b2d2 Ticket 48040 - preserve the FD when disabling a listener

1 file Authored by mreynolds 9 years ago, Committed by rmeggins 9 years ago,
    Ticket 48040 - preserve the FD when disabling a listener
    
    Bug Description:  Stopping the server when the listener is disabled
                      crashes the serveri becuase we close the listener
                      FD twice.
    
    Fix Description:  When disabling a listener, pass the "preserve fd"
                      flag to ns_job_modify().  This prevents nunc-stans
                      from closing the FD out from underneath us.
    
    https://fedorahosted.org/389/ticket/48040
    
    Reviewed by: rmeggins(Thanks!)
    
        
file modified
+2 -2