summaryrefslogtreecommitdiffstats
path: root/ctx.c
diff options
context:
space:
mode:
Diffstat (limited to 'ctx.c')
-rw-r--r--ctx.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ctx.c b/ctx.c
index aafc08b..6fc6ffb 100644
--- a/ctx.c
+++ b/ctx.c
@@ -43,6 +43,7 @@ struct bfs_ctx *bfs_ctx_new(void) {
ctx->optlevel = 3;
ctx->debug = 0;
ctx->ignore_races = false;
+ ctx->status = false;
ctx->unique = false;
ctx->warn = false;
ctx->xargs_safe = false;