From: Frederic Marchal Date: Tue, 30 Sep 2014 18:52:15 +0000 (+0200) Subject: Re-enable the deletion of old reports X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1ed866e0b13bb81f9fa09b34e9362aa49436d0f8;p=thirdparty%2Fsarg.git Re-enable the deletion of old reports The old report deletion has been commented out for testing. It is now reinstated. --- diff --git a/lastlog.c b/lastlog.c index 064cad6..0b58b5d 100644 --- a/lastlog.c +++ b/lastlog.c @@ -179,7 +179,7 @@ void mklastlog(const char *outdir) exit(EXIT_FAILURE); } strcpy(warea+name_pos,ptr->Name); - //unlinkdir(warea,0); + unlinkdir(warea,0); ftot--; }