Eliminate a non-useful NULL check in the KDC's dispatch() function.
authorGreg Hudson <ghudson@mit.edu>
Thu, 22 Apr 2010 03:44:44 +0000 (03:44 +0000)
committerGreg Hudson <ghudson@mit.edu>
Thu, 22 Apr 2010 03:44:44 +0000 (03:44 +0000)
commitb2d3007fbb84fa476e3b072c5506cfdf8de0f458
tree0e1e8b41f4db616c32ef40507742973bc7a99ad8
parent6cc0b1233e8bc9a2027b9ea3b48e52e9aefd208d
Eliminate a non-useful NULL check in the KDC's dispatch() function.
If process_as_req or process_tgs_req return successfully, they will
always fill in *response.  (If they didn't, the subsequence
(*response)->length check would crash anyway.)

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