]> git.ipfire.org Git - thirdparty/sarg.git/commit
Make it possible to delete an old temporary directory
authorFrederic Marchal <fmarchal@users.sourceforge.net>
Sun, 12 Jul 2015 19:13:43 +0000 (21:13 +0200)
committerFrederic Marchal <fmarchal@users.sourceforge.net>
Sun, 12 Jul 2015 19:13:43 +0000 (21:13 +0200)
commit4d04f0729c876ae29b2866a82d38cd657ed1c7f4
tree92111d077c17fc764d6c7890bd38b44d029de8a3
parent1e0ba32b05f85c0e6c17ab548d9495f3cbe8150d
Make it possible to delete an old temporary directory

Sarg prepares the report in a the temporary directory. The directory must
be empty before starting the report generation. Deleting an old stray
temporary directory must be made with care to make sure we don't delete
a wrong directory.

The old temporary directory check would not take the email report generated
files into account.
email.c
report.c
util.c