lslebodn / SSSD / sssd

Forked from SSSD/sssd 7 years ago
Clone

aaaa9a3 IPA: Add explicit return after tevent_req_error

Authored and Committed by jhrozek 5 years ago
    IPA: Add explicit return after tevent_req_error
    
    When working on another patch I realized that we don't use explicit
    return after failing a request. This could be potentially fatal as the
    code would continue, perhaps with data that is not defined.
    
    Reviewed-by: Tomas Halman <thalman@redhat.com>