scron

simple cron daemon
git clone git://git.2f30.org/scron
Log | Files | Refs | README | LICENSE

commit 2d397066f6ed9ba0b6943b68c9bc933c1894d529
parent 9ea4e3d81d05441ca23bb3a9074f1ffba8e7706d
Author: sin <sin@2f30.org>
Date:   Sat,  5 Jul 2014 19:10:22 +0100

Release in reverse order

Diffstat:
Mcrond.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/crond.c b/crond.c @@ -323,8 +323,8 @@ loadentries(void) if (r < 0) unloadentries(); - fclose(fp); free(line); + fclose(fp); return r; }