884b130 KRB5: Only set active and valid on success

1 file Authored by sgallagh 10 years ago, Committed by jhrozek 10 years ago,
    KRB5: Only set active and valid on success
    
    The FILE cache only sets the return values of _active and _bool if the
    entire function succeeds. The DIR cache was setting it even on failure.
    This patch makes both consistent. This will benefit static analysis
    tools which would be able to detect if the variable is ever used
    uninitialized anywhere.