15618be Fix invalid assumption NSS initialization check in SSLTransport

1 file Authored by pviktori 10 years ago, Committed by mkosek 10 years ago,
    Fix invalid assumption NSS initialization check in SSLTransport
    
    There code assumes that the `conn` in any Connection in the context is
    a ServerProxy. This might not always be the case: ldap2 uses a
    python-ldap connection here.
    
        
file modified
+3 -1