Set auth_context's rcache to NULL after destroying and before calling
authorTom Yu <tlyu@mit.edu>
Wed, 31 Dec 2008 17:25:25 +0000 (17:25 +0000)
committerTom Yu <tlyu@mit.edu>
Wed, 31 Dec 2008 17:25:25 +0000 (17:25 +0000)
commit02082d6f9342489007eb7ea0279f8149e9066300
treecb56245054394d172ccd9f7c4246ac4ecd2a889d
parente70c58de49fb96fdc44a472862e0a989203817ce
Set auth_context's rcache to NULL after destroying and before calling
krb5_auth_con_free, to avoid crashing when krb5_rc_close tries to run
using a destroyed rcache handle.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@21644 dc483132-0cff-0310-8789-dd5450dbe970
src/appl/simple/client/sim_client.c