cf7385b clients: use poll instead of select

1 file Authored by simo 12 years ago, Committed by sgallagh 12 years ago,
    clients: use poll instead of select
    
    select is limited to fd numbers up to 1024, we need to use poll() here
    to avoid causing memory corruption in the calling process.
    
    Fixes: https://fedorahosted.org/sssd/ticket/861
    
        
file modified
+6 -9