aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/job.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/job.c b/src/job.c
index baf4cec..b9ac620 100644
--- a/src/job.c
+++ b/src/job.c
@@ -117,6 +117,7 @@ job_start (struct job *job)
else
job->state = STATE_FINISHED;
wakeup = 1;
+ return 0;
}
pid = fork ();

Return to:

Send suggestions and report system problems to the System administrator.