6e2c5a8 Do not call sss_cmd_done in function check_cache.

1 file Authored by lslebodn 10 years ago, Committed by jhrozek 10 years ago,
    Do not call sss_cmd_done in function check_cache.
    
    Function sysdb_getpwnam return more results than 1 and therefore sss_cmd_done
    was called. Inside of function sss_cmd_done memory was freed,
    but this freed memory was used in caller functions, therefore sssd crashed.
    
    https://fedorahosted.org/sssd/ticket/1980