]> git.ipfire.org Git - thirdparty/krb5.git/commit
Properly size #ifdef in k5_cccol_lock() 895/head
authorRobbie Harwood <rharwood@redhat.com>
Thu, 14 Feb 2019 16:50:35 +0000 (11:50 -0500)
committerGreg Hudson <ghudson@mit.edu>
Sat, 16 Feb 2019 01:01:18 +0000 (20:01 -0500)
commit444a15f9cf82b9a6c1bca3f20307f82fee91c228
tree86981a720256697a8c01277f327fd0711aab29c9
parent51d3f2ab706197bf8fea82e0a7e9c877d6563986
Properly size #ifdef in k5_cccol_lock()

The cleanup code only could get executed in the USE_CCAPI_V3 case, so
move it inside that block.  Reported by Coverity.
src/lib/krb5/ccache/ccbase.c