From ab9c9b9c552d0d1a584ab398652cf497a48c68ea Mon Sep 17 00:00:00 2001 From: Tomas Mraz Date: Thu, 16 Dec 2010 17:05:37 +0100 Subject: [PATCH] Revert "Missing exit if cron_init_security() fails." Caching cannot be done as the values can change on SELinux policy update. This reverts commit ac70de36ec6c403c28291689701bd2567c565107. --- src/cron.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/cron.c b/src/cron.c index be9cb8b..ac9bba7 100644 --- a/src/cron.c +++ b/src/cron.c @@ -200,7 +200,6 @@ int main(int argc, char *argv[]) { if (cron_init_security() < 0) { log_it("CRON", pid, "DEATH", "Critical security parameters not initialized", 0); - exit(1); } /* Get the default locale character set for the mail -- 2.40.0