lslebodn / SSSD / sssd

Forked from SSSD/sssd 7 years ago
Clone

0633e97 DESKPROFILE: Fix 'Improper use of negative value'

1 file Authored by sbose 6 years ago, Committed by lslebodn 6 years ago,
    DESKPROFILE: Fix 'Improper use of negative value'
    
    This issue was found by Coverity. Similar as in code block before ret
    must be set to errno to allow proper log messages since initial ret will
    always be -1.
    
    Related to:
    https://pagure.io/SSSD/sssd/issue/3621
    
    Reviewed-by: Fabiano FidĂȘncio <fidencio@redhat.com>