From: Sam Hartman Date: Wed, 23 Dec 2009 21:10:13 +0000 (+0000) Subject: Also update principal in reply X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da84f9a1ce885e37340374d2f1d0663ca11143f1;p=thirdparty%2Fkrb5.git Also update principal in reply git-svn-id: svn://anonsvn.mit.edu/krb5/branches/anonymous@23499 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/kdc/do_as_req.c b/src/kdc/do_as_req.c index d82adee6f2..58da726cb1 100644 --- a/src/kdc/do_as_req.c +++ b/src/kdc/do_as_req.c @@ -405,6 +405,7 @@ process_as_req(krb5_kdc_req *request, krb5_data *req_pkt, status = "Copying anonymous principal"; goto errout; } + enc_tkt_reply.client = request->client; } /* * Check the preauthentication if it is there.