summaryrefslogtreecommitdiffstats
path: root/batchd.c
diff options
context:
space:
mode:
Diffstat (limited to 'batchd.c')
-rw-r--r--batchd.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/batchd.c b/batchd.c
index fb37b49..4a0dc4b 100644
--- a/batchd.c
+++ b/batchd.c
@@ -131,6 +131,8 @@ wait_all()
free(work);
free(done);
free(failed);
+
+ break;
}
}
}