summaryrefslogtreecommitdiff
path: root/core/state.c
diff options
context:
space:
mode:
authorChloe M. <chloe@mirocom.org>2026-05-23 11:09:12 +0000
committerChloe M. <chloe@mirocom.org>2026-05-23 11:09:12 +0000
commit596e63e468b9aa56683b5f2ea31296cb808552b8 (patch)
tree2acfc020b5302e9f9fc6425062768cbcb67a475d /core/state.c
parentf05a24df12b18c023f9df7349cf84debc6fc4e29 (diff)
core: state: Keep track of current pass
Signed-off-by: Chloe M. <chloe@mirocom.org>
Diffstat (limited to 'core/state.c')
-rw-r--r--core/state.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/state.c b/core/state.c
index 6002957..8c8639c 100644
--- a/core/state.c
+++ b/core/state.c
@@ -38,6 +38,7 @@ state_init(struct cescal_state *state, const char *pathname)
return -1;
}
+ state->pass = 0;
return 0;
}