In krb5_get_in_tkt, r7002 introduced an unused local variable
authorGreg Hudson <ghudson@mit.edu>
Fri, 10 Apr 2009 21:17:03 +0000 (21:17 +0000)
committerGreg Hudson <ghudson@mit.edu>
Fri, 10 Apr 2009 21:17:03 +0000 (21:17 +0000)
commitbff1d19a1ae6a81dd5885c2d72658e0f0c89d19e
tree1d9af6933b6fb6d2ddc69837878dc546d717fe2d
parente8ff0dc9d86ca03de5b4bce1bcdfa9e4add93a95
In krb5_get_in_tkt, r7002 introduced an unused local variable
"padata".  It was accidentally used in r18641 instead of
preauth_to_use when sorting the received padata sequence, causing the
sort to be a no-op.  Sort the correct sequence and eliminate the
unused local variable.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@22193 dc483132-0cff-0310-8789-dd5450dbe970
src/lib/krb5/krb/get_in_tkt.c