* rc_dfl.c (krb5_rc_dfl_expunage): Close the old, temporary reply
authorTheodore Tso <tytso@mit.edu>
Fri, 31 Mar 1995 21:48:37 +0000 (21:48 +0000)
committerTheodore Tso <tytso@mit.edu>
Fri, 31 Mar 1995 21:48:37 +0000 (21:48 +0000)
commite7ee775130ce4bc4197874487c33517289715453
tree8e2ca411d9fcca8764398757f63622e4c353c55b
parent441cc7ee72b937f72c44009a723e26bea02a084c
* rc_dfl.c (krb5_rc_dfl_expunage): Close the old, temporary reply
cache after we're done expunging it.

* rc_io.c (krb5_rc_io_move): Make duplicate copies of the filename
and the file descriptor (via malloc/strcpy and dup), so
that the old rc_io object can be cleanly closed without
affecting the new rc_io object.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5327 dc483132-0cff-0310-8789-dd5450dbe970
src/lib/krb5/rcache/ChangeLog
src/lib/krb5/rcache/rc_dfl.c
src/lib/krb5/rcache/rc_io.c