diff options
Diffstat (limited to 'core/state.c')
| -rw-r--r-- | core/state.c | 1 |
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; } |
