* init_ctx.c (get_profile_etype_list): Fix etype-counting loop so
authorTom Yu <tlyu@mit.edu>
Sat, 30 Jun 2001 02:57:51 +0000 (02:57 +0000)
committerTom Yu <tlyu@mit.edu>
Sat, 30 Jun 2001 02:57:51 +0000 (02:57 +0000)
commitcb8236c0c92573d4d42a83a87de1dc111085978c
tree5d57a5323ad155025dc4d292e770ca2de1ce77b5
parent36af27c3947a7f90b77b7cac3fa044b6052d8de7
* init_ctx.c (get_profile_etype_list): Fix etype-counting loop so
that trailing separator characters (as in the DEFAULT_ETYPE_LIST)
don't cause another iteration, which was causing the following
loop to fall off the end of the string due to count being one too
great.

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