]> git.ipfire.org Git - thirdparty/krb5.git/commit
Modernize exit path in gss_krb5int_copy_ccache()
authorRobbie Harwood <rharwood@redhat.com>
Thu, 2 May 2019 18:32:33 +0000 (14:32 -0400)
committerGreg Hudson <ghudson@mit.edu>
Mon, 6 May 2019 16:34:22 +0000 (12:34 -0400)
commit1b89e3d8e949f52901bce74c9afc7a1a64099520
tree165faa970a1c2da151518aeec49b8392e4aeb966
parent7c26740f9df3c79c3f01c3a4dda4d9dabba5298d
Modernize exit path in gss_krb5int_copy_ccache()

Move to a single lock / single unlock paradigm, and eliminate some
dead code in the old error handling.
src/lib/gssapi/krb5/copy_ccache.c