Clean up dispatch lookaside code slightly
authorGreg Hudson <ghudson@mit.edu>
Thu, 26 Jan 2012 22:05:25 +0000 (22:05 +0000)
committerGreg Hudson <ghudson@mit.edu>
Thu, 26 Jan 2012 22:05:25 +0000 (22:05 +0000)
commitb19582329ff3831f4a8d1415a5d8427a06107d09
tree3c9a8fa1ea37cfd3d819d28d4cf174dc3706db04
parent548f8461c75c5638f0c24ca86364a17f59619b89
Clean up dispatch lookaside code slightly

Always log when we get a lookaside cache hit, eliminating a confusing
conditional.  This is a slight behavior change because we never used
to log a lookaside cache hit when we can't deliver the response via
UDP, but that was never really deliberate or important--we log all
sorts of stuff about responses which might turn out to be too big.

Also eliminate a signed/unsigned comparison warning in
finish_dispatch.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25661 dc483132-0cff-0310-8789-dd5450dbe970
src/kdc/dispatch.c