c57b206 sss_client: avoid leaking file descriptors

2 files Authored by simo 12 years ago, Committed by sgallagh 12 years ago,
    sss_client: avoid leaking file descriptors
    
    If a pam or nss module is dlcolse()d and unloaded we were leaking
    the file descriptor used to communicate to sssd in the process.
    
    Make sure the fucntion used to close the socket file descriptor is
    called on dlclose()
    
    Silence autoconf 2.28 warnings (Patch by Jakub Hrozek)
    
        
file modified
+12 -0
file modified
+3 -0