Add correct error table when initializing gss-krb5
authorGreg Hudson <ghudson@mit.edu>
Mon, 21 Jun 2010 15:18:37 +0000 (15:18 +0000)
committerGreg Hudson <ghudson@mit.edu>
Mon, 21 Jun 2010 15:18:37 +0000 (15:18 +0000)
commit95e7bbb533698db3784712b0057875ac39388152
tree9926f44756e24a18b6483405a94ba75720a3537f
parent357a5946bab220c6af9f243c88d733da2a5fe0bd
Add correct error table when initializing gss-krb5

gss_krb5int_lib_init was adding the generic GSS error table (again)
instead of the krb5 error table, which could lead to crashes on
library unload.  This bug was introduced in krb5 1.7; the fix is also
applicable there.

Patch from Leonardo Chiquitto <leonardo.lists@gmail.com>.

ticket: 6745
target_version: 1.8.3
tags: pullup

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@24139 dc483132-0cff-0310-8789-dd5450dbe970
src/lib/gssapi/krb5/gssapi_krb5.c