From c23c9695d944e7f42569cb3d1859b0f333cb1618 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Mon, 20 Sep 2004 16:36:05 +0000 Subject: Change "TMP" to "TMPDIR" --- common/smtppass.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/smtppass.c') 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); } -- cgit v1.2.3