summaryrefslogtreecommitdiffstats
path: root/src/kdc/do_as_req.c
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1995-11-09 05:08:09 +0000
committerTheodore Tso <tytso@mit.edu>1995-11-09 05:08:09 +0000
commit9cb1a31d926cbac8e53395651e58d4ea7c43cc43 (patch)
tree0cc98b2b20e9611aaab0e1a049159d4bdc09622d /src/kdc/do_as_req.c
parenta3b6e695282f6b944c7f0580667a6efc1eeb1602 (diff)
downloadkrb5-9cb1a31d926cbac8e53395651e58d4ea7c43cc43.tar.gz
krb5-9cb1a31d926cbac8e53395651e58d4ea7c43cc43.tar.xz
krb5-9cb1a31d926cbac8e53395651e58d4ea7c43cc43.zip
* kdc_preauth.c (get_etype_info): Added function to return the
etype_info preauth hint to the client. * kdc_util.c (get_salt_from_key): Added new function which determines the salting information from the krb5_key_data structure. * main.c (kdc_initialize_rcache): Replace use of krb5_clockskew with context->clockskew. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7073 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/kdc/do_as_req.c')
-rw-r--r--src/kdc/do_as_req.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kdc/do_as_req.c b/src/kdc/do_as_req.c
index ad9b10c22..3e7ebc99a 100644
--- a/src/kdc/do_as_req.c
+++ b/src/kdc/do_as_req.c
@@ -293,7 +293,7 @@ krb5_data **response; /* filled in with a response packet */
status = missing_required_preauth(&client, &server, &enc_tkt_reply);
if (status) {
errcode = KRB5KDC_ERR_PREAUTH_REQUIRED;
- get_preauth_hint_list(&client, &server, &e_data);
+ get_preauth_hint_list(request, &client, &server, &e_data);
goto errout;
}