6c335de SDAP: Fix settig paging attribute in sdap_get_generic_ext_send

Authored and Committed by lslebodn 7 years ago
    SDAP: Fix settig paging attribute in sdap_get_generic_ext_send
    
    We should set pagging flag in state and not in local
    variable which is not read anywhere in the function.
    
    Found by clang static analyzer.
    
    Reviewed-by: Fabiano FidĂȘncio <fidencio@redhat.com>