bc871b6 Issue 51064 - Unable to install server where IPv6 is disabled

Authored and Committed by mreynolds 3 years ago
    Issue 51064 - Unable to install server where IPv6 is disabled
    
    Description:  When checking if a port is available, first attempt to
                  create a socket using AF_INET6, if that fails then use
                  AF_INET
    
    relates: https://pagure.io/389-ds-base/issue/51064
    
    Reviewed by: firstyear(Thanks!)
    
        
file modified
+22 -5