Commit b65f7fb
committed
Fix misleading 'Incorrect password' error on mount failure
Stop matching "Sorry, try again" as a password error — it can appear
for unrelated failures (e.g. insufficient VM RAM). Let those cases
fall through to sanitize_error() so the real cause is shown.
Fixes #481 parent 946d8e8 commit b65f7fb
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
332 | 332 | | |
333 | 333 | | |
334 | 334 | | |
335 | | - | |
| 335 | + | |
336 | 336 | | |
337 | 337 | | |
338 | 338 | | |
| |||
0 commit comments