aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/im-sandbox.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/im-sandbox.c b/src/im-sandbox.c
index 97dd3dfe..fdbbf3a3 100644
--- a/src/im-sandbox.c
+++ b/src/im-sandbox.c
@@ -657,6 +657,7 @@ static void handle_zombie(struct sandbox *sb)
i, WTERMSIG(status));
STATUS("Last filename was: %s\n",
sb->last_filename[i]);
+ sb->n_processed++;
start_worker_process(sb, i);
}