]> git.ipfire.org Git - thirdparty/krb5.git/commit
Fix typo in AS-REQ client code
authorRichard E. Silverman <res@qoxp.net>
Fri, 4 Apr 2025 02:09:11 +0000 (22:09 -0400)
committerGreg Hudson <ghudson@mit.edu>
Tue, 8 Apr 2025 20:25:42 +0000 (16:25 -0400)
commit6f8292ca20bddf1de23b9f525e54a3a674c46b8b
treeb80f9da4da67557535ff0c210768d639d1fb7351
parente3335375d7ac4e240a8a26a238a3d2a964c9baab
Fix typo in AS-REQ client code

Add a missing "else" to init_creds_step_request().  The mistake was
harmless because optimistic preauth can only be present for the first
step, and the other conditions can only be true after the state
machine has processed an error reply.

[ghudson@mit.edu: rewrote commit message]
src/lib/krb5/krb/get_in_tkt.c