use esetenv

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9089 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2000-10-02 05:06:04 +00:00
parent 80b8795b5b
commit 3e00ddf50d
13 changed files with 30 additions and 47 deletions

View File

@@ -83,7 +83,7 @@ main(int argc, char **argv)
f = mkstemp (tf + 5);
close (f);
unlink (tf + 5);
setenv("KRB5CCNAME", tf, 1);
esetenv("KRB5CCNAME", tf, 1);
#endif
#ifdef KRB4
@@ -91,7 +91,7 @@ main(int argc, char **argv)
f = mkstemp (tf);
close (f);
unlink (tf);
setenv("KRBTKFILE", tf, 1);
esetenv("KRBTKFILE", tf, 1);
#endif
i = 0;