21f2821 SDAP: Immediately finish request for empty array

1 file Authored by lslebodn 9 years ago, Committed by jhrozek 9 years ago,
    SDAP: Immediately finish request for empty array
    
    If array of sids is empty we needn't try to resolve them
    and we can immediately finish request in function sdap_ad_resolve_sids_send
    This patch is just a small optimisation.
    
    Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>