]> git.ipfire.org Git - thirdparty/sarg.git/commitdiff
Don't delete the temporary directory after sending the e-mail as it is deleted later...
authorFrédéric Marchal <fmarchal@users.sourceforge.net>
Sat, 18 Sep 2010 12:37:06 +0000 (12:37 +0000)
committerFrédéric Marchal <fmarchal@users.sourceforge.net>
Sat, 18 Sep 2010 12:37:06 +0000 (12:37 +0000)
email.c

diff --git a/email.c b/email.c
index 43514a52327f582e2a9238327a0063d807499759..691e596785bcc366a9a078b1ff4aed6493040fc1 100644 (file)
--- a/email.c
+++ b/email.c
@@ -267,7 +267,7 @@ int geramail(const char *dirname, int debug, const char *outdir, const char *ema
       }
     }
 
-   unlinkdir(TempDir,0);
+   //unlinkdir(TempDir,0);
 
    return (0);
 }