pull up r24139 from trunk ------------------------------------------------------------------------ r24139 | ghudson | 2010-06-21 11:18:37 -0400 (Mon, 21 Jun 2010) | 12 lines ticket: 6745 subject: Add correct error table when initializing gss-krb5 target_version: 1.8.3 tags: pullup 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 . https://github.com/krb5/krb5/commit/bfbd563ba78ae590427599086cb8cc135face97a Commit By: tlyu Revision: 24196 Changed Files: U branches/krb5-1-8/src/lib/gssapi/krb5/gssapi_krb5.c