1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/security/krb5-17/files/patch-au

20 lines
537 B
Plaintext
Raw Normal View History

*** 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;