Switch from using a specific error message context in the TLS to have
a whole krb5_context in TLS. This have some interestion side-effekts for the configruration setting options since they operate on per-thread basis now. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19031 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -369,7 +369,7 @@ gss_OID GSS_SASL_DIGEST_MD5_MECHANISM = &gss_sasl_digest_md5_mechanism_desc;
|
||||
* Context for krb5 calls.
|
||||
*/
|
||||
|
||||
krb5_context _gsskrb5_context;
|
||||
krb5_context context;
|
||||
|
||||
/*
|
||||
*
|
||||
|
Reference in New Issue
Block a user