In the krb5_kuserok implementation, fix an unintentional type change
authorGreg Hudson <ghudson@mit.edu>
Sat, 2 Oct 2010 11:48:06 +0000 (11:48 +0000)
committerGreg Hudson <ghudson@mit.edu>
Sat, 2 Oct 2010 11:48:06 +0000 (11:48 +0000)
commit872419b69b785100e3b8722d41e32a4470f32337
tree44b44e8967df39bf7ff37f70a874533cd9d29d34
parenta987a37dd343881a6130bd715d64b486bd750ebd
In the krb5_kuserok implementation, fix an unintentional type change
to "gobble" (was an int, was accidentally changed to a char) which
could result in an infinite loop.

ticket: 6792

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@24413 dc483132-0cff-0310-8789-dd5450dbe970
src/lib/krb5/os/kuserok.c