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
retval = KRB5KRB_AP_ERR_MSG_TYPE;
#ifndef NOCACHE
/* put the response into the lookaside buffer */
- if (!retval && *response != NULL)
+ if (!retval)
kdc_insert_lookaside(pkt, *response);
#endif