diff options
author | Stef Walter <stef@memberwebs.com> | 2004-09-20 16:36:35 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2004-09-20 16:36:35 +0000 |
commit | dd90660cc1d49f9ff54c0d9333efa67e30fd4ddd (patch) | |
tree | f4e664a61860ae1b34e583dd3e7a946778e3c4a3 /common | |
parent | ff2c36735644c1045135dacb1ae1cbe5f44e90b2 (diff) |
Change "TMP" to "TMPDIR"
Diffstat (limited to 'common')
-rw-r--r-- | common/smtppass.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/smtppass.c b/common/smtppass.c index 6a30ad8..72ca71c 100644 --- a/common/smtppass.c +++ b/common/smtppass.c @@ -1394,7 +1394,7 @@ void sp_setup_forked(spctx_t* ctx, int file) if(file && ctx->cachename[0]) setenv("EMAIL", ctx->cachename, 1); - setenv("TMP", g_state.directory, 1); + setenv("TMPDIR", g_state.directory, 1); } |