a849d84 sdap_handle_acct_req_send: remove be_req

4 files Authored by pbrezina 9 years ago, Committed by jhrozek 9 years ago,
    sdap_handle_acct_req_send: remove be_req
    
    be_req was used only as a talloc context for subreq. This memory context
    was replace by state of the parent request which is more suitable for
    tevent coding style.
    
    This change will allow us to use this function in be_refresh where
    none be_req is available.
    
    Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>
    
        
file modified
+1 -1
file modified
+1 -1
file modified
+10 -14