mirror of
https://github.com/chris2511/xca.git
synced 2026-09-14 11:06:19 +05:00
Fix typo introduced with 5f1d3945 to query the database password
Opening a database now again asks for the password
This commit is contained in:
parent
184220e617
commit
7f431ccbd6
@ -198,7 +198,7 @@ static void read_cmdline(int argc, char *argv[])
|
||||
cmd_help(EXIT_FAILURE, msg[opt]);
|
||||
}
|
||||
}
|
||||
database_model::open_without_password = true;
|
||||
database_model::open_without_password = false;
|
||||
|
||||
if (cmd_opts.has("list-curves")) {
|
||||
QStringList list;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user