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:
@@ -73,7 +73,7 @@ copy_import(void)
|
||||
if (ret)
|
||||
krb5_err(context, 1, ret, "krb5_cc_gen_new");
|
||||
|
||||
maj_stat = gss_krb5_copy_ccache(&min_stat, cred1, id);
|
||||
maj_stat = gss_krb5_copy_ccache(&min_stat, context, cred1, id);
|
||||
if (maj_stat != GSS_S_COMPLETE)
|
||||
errx(1, "gss_krb5_copy_ccache");
|
||||
|
||||
|
Reference in New Issue
Block a user