]> granicus.if.org Git - cronie/commitdiff
Missing exit if cron_init_security() fails.
authorTomas Mraz <tmraz@fedoraproject.org>
Thu, 16 Dec 2010 10:45:17 +0000 (11:45 +0100)
committerTomas Mraz <tmraz@fedoraproject.org>
Thu, 16 Dec 2010 10:45:17 +0000 (11:45 +0100)
src/cron.c

index ac9bba7dd2f9e7d3194b641025463f2ba82c953c..be9cb8b89ec1cff8f3e6a886a91c4632a49abf4b 100644 (file)
@@ -200,6 +200,7 @@ 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