summaryrefslogtreecommitdiffstats
path: root/source/a/dcron/dcron.fork.diff
blob: b3aefc054e3aceabaa07dcf951fb0d41914f5943 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ./job.c.orig	2005-09-11 16:36:43.000000000 -0700
+++ ./job.c	2005-09-11 16:37:51.000000000 -0700
@@ -51,7 +51,7 @@
 	 */
 
 	if (ChangeUser(file->cf_User, 1) < 0)
-	    return;
+	    exit(0);
 
 	if (DebugOpt)
 	    log(5, "Child Running %s\n", line->cl_Shell);