lslebodn / SSSD / sssd

Forked from SSSD/sssd 7 years ago
Clone

b4063b2 ifp: fix typo causing a crash in FindByNameAndCertificate

1 file Authored by sbose 5 years ago, Committed by jhrozek 5 years ago,
    ifp: fix typo causing a crash in FindByNameAndCertificate
    
    Due to a typo in the recent refactoring the InfoPipe crashes in the
    FindByNameAndCertificate request.
    
    Additionally a state variable in set to the expected value.
    
    Related to https://pagure.io/SSSD/sssd/issue/3863
    
    Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>