From 7f431ccbd6b70647c19bb7076a210133d772953c Mon Sep 17 00:00:00 2001 From: Christian Hohnstaedt Date: Sun, 16 May 2021 21:56:40 +0200 Subject: [PATCH] Fix typo introduced with 5f1d3945 to query the database password Opening a database now again asks for the password --- lib/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/main.cpp b/lib/main.cpp index 3af1fedf..80b224c3 100644 --- a/lib/main.cpp +++ b/lib/main.cpp @@ -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;