[426] in Kerberos-V5-bugs
rd_req_simple duplicates code that it doesn't need to
daemon@ATHENA.MIT.EDU (Jonathan I. Kamens)
Thu Mar 3 12:37:11 1994
Date: Thu, 3 Mar 1994 12:37:02 -0500
From: "Jonathan I. Kamens" <jik@security.ov.com>
To: krb5-bugs@MIT.EDU
The function krb5_rd_req_simple duplicates code that appears
in krb5_rd_req, and then calls krb5_rd_req_decoded instead of
krb5_rd_req.
The function could be made simpler, and the duplicate code
eliminated, if it called krb5_rd_req instead of krb5_rd_req_decoded.
jik