summaryrefslogtreecommitdiffstats
path: root/src/kdc
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>2012-09-27 17:18:18 -0400
committerTom Yu <tlyu@mit.edu>2012-09-27 17:18:18 -0400
commit22206a061dfe55db5cbe2c70190b3bd923d9e615 (patch)
treed58d24c77575cff46085611ecb5371bb3db71581 /src/kdc
parentcdaae4bd07e5b9d9ec0f7b14103f7e43b898d0aa (diff)
downloadkrb5-22206a061dfe55db5cbe2c70190b3bd923d9e615.tar.gz
krb5-22206a061dfe55db5cbe2c70190b3bd923d9e615.tar.xz
krb5-22206a061dfe55db5cbe2c70190b3bd923d9e615.zip
Cache TGS-REPs too
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. ticket: 7388 (new) target_version: 1.10.4 tags: pullup
Diffstat (limited to 'src/kdc')
-rw-r--r--src/kdc/dispatch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kdc/dispatch.c b/src/kdc/dispatch.c
index adbb0c3bf..e3f43bc24 100644
--- a/src/kdc/dispatch.c
+++ b/src/kdc/dispatch.c
@@ -178,7 +178,7 @@ dispatch(void *cb, struct sockaddr *local_saddr,
} else
retval = KRB5KRB_AP_ERR_MSG_TYPE;
- finish_dispatch(state, retval, response);
+ finish_dispatch_cache(state, retval, response);
}
static krb5_error_code