Fixed bugs introduced while moving to krb5 repository
authorAlexandra Ellwood <lxs@mit.edu>
Mon, 4 Jun 2007 22:24:27 +0000 (22:24 +0000)
committerAlexandra Ellwood <lxs@mit.edu>
Mon, 4 Jun 2007 22:24:27 +0000 (22:24 +0000)
commitda1cf3db22a047b6336522dfe2d6fb18278b5ab3
tree1ba2074d425e8bd7367b3d20481e103a3230ed05
parent73bbe4b2b50163861c7c46b6997d2f66593bbe3d
Fixed bugs introduced while moving to krb5 repository

Fixed memory leak in ccs_ccache_t and ccs_cache_collection_t when returning
the reply data.  Changed to "will_block" semantics for flow control in all
server function so it doesn't get confusing.  Fixed bug in
ccs_server_send_reply() which was preventing ipc from working (was using
the wrong variable for the reply stream).

ticket:new

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19567 dc483132-0cff-0310-8789-dd5450dbe970
src/ccapi/server/ccs_cache_collection.c
src/ccapi/server/ccs_ccache.c
src/ccapi/server/ccs_lock_state.c
src/ccapi/server/ccs_server.c