@@ -9991,7 +9991,7 @@ static bool input_pool(bool live)
pass = curses_input("Password");
if (!pass)
- goto out;
+ pass = calloc(1, 1);
pool = add_pool();