Changes in r25660 inadvertently failed to insert TGS-REPs into the
lookaside cache. Call finish_dispatch_cache() at the end of
dispatch() to handle this case.
(cherry picked from commit
22206a061dfe55db5cbe2c70190b3bd923d9e615)
ticket: 7388
version_fixed: 1.10.4
status: resolved
} else
retval = KRB5KRB_AP_ERR_MSG_TYPE;
- finish_dispatch(state, retval, response);
+ finish_dispatch_cache(state, retval, response);
}
static krb5_error_code