Fix typo introduced with 5f1d3945 to query the database password

Opening a database now again asks for the password
This commit is contained in:
Christian Hohnstaedt 2021-05-16 21:56:40 +02:00 committed by Christian Hohnstädt
parent 184220e617
commit 7f431ccbd6

View File

@ -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;