1cbd6d8 Ticket 47325 - Crash at shutdown on a replica aggrement

Authored and Committed by tbordaz 11 years ago
    Ticket 47325 - Crash at shutdown on a replica aggrement
    
    Bug Description:
    
    	This is a followup of the ticket https://fedorahosted.org/389/ticket/618
    	The RA thread are waited by the main daemon at shutdown.
    	The problem is that the RA thread are not created with the right flag so they are not
    	joinable.
    
    Fix Description:
    
    	Use the correct creation flag PR_JOINABLE_THREAD
    	In addition this fix introduce a bind timeout for the RA. It will take the one defined in
    	the protocol (10 min per default).
    
    Ticket: https://fedorahosted.org/389/ticket/47325
    
    Reviewed by: Mark Reynolds (thank you Mark !)
    
    Platforms tested: Fedora 17
    
    Flag Day: no
    
    Doc impact: no
    
        
file modified
+15 -3