fcc_generate_new destroys locked mutex on error
authorTom Yu <tlyu@mit.edu>
Wed, 15 Apr 2009 21:00:24 +0000 (21:00 +0000)
committerTom Yu <tlyu@mit.edu>
Wed, 15 Apr 2009 21:00:24 +0000 (21:00 +0000)
commit1915f27b7d730fe540ac5d2ed8c4b00b20d217fc
tree0c96c36c53a7928665b81e588000c1b91527adc2
parent4a8ea2dc6b7b149e4bbd1287552ac7da17665252
fcc_generate_new destroys locked mutex on error

pull up r22200 from trunk

 ------------------------------------------------------------------------
 r22200 | ghudson | 2009-04-13 15:29:14 -0400 (Mon, 13 Apr 2009) | 3 lines
 Changed paths:
    M /trunk/src/lib/krb5/ccache/cc_file.c

 krb5_fcc_generate_new was destroying a locked mutex in the err_out
 label, which is used for I/O failures.  Unlock the mutex first.

ticket: 6469
tags: pullup
target_version: 1.7
version_fixed: 1.7

git-svn-id: svn://anonsvn.mit.edu/krb5/branches/krb5-1-7@22259 dc483132-0cff-0310-8789-dd5450dbe970
src/lib/krb5/ccache/cc_file.c