diff options
Diffstat (limited to 'security/krb5-17/files/patch-au')
-rw-r--r-- | security/krb5-17/files/patch-au | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/security/krb5-17/files/patch-au b/security/krb5-17/files/patch-au new file mode 100644 index 000000000000..b408c4a3750d --- /dev/null +++ b/security/krb5-17/files/patch-au @@ -0,0 +1,19 @@ +*** appl/bsd/forward.c.ORIG Fri Feb 6 19:41:16 1998 +--- appl/bsd/forward.c Tue Jun 30 19:46:01 1998 +*************** +*** 51,57 **** + */ + + sprintf(ccname, "FILE:/tmp/krb5cc_p%d", getpid()); +! setenv("KRB5CCNAME", ccname, 0); + + if (retval = krb5_cc_resolve(context, ccname, ccache)) + goto cleanup; +--- 51,57 ---- + */ + + sprintf(ccname, "FILE:/tmp/krb5cc_p%d", getpid()); +! setenv("KRB5CCNAME", ccname, 1); + + if (retval = krb5_cc_resolve(context, ccname, ccache)) + goto cleanup; |