diff options
author | Werner Koch <[email protected]> | 2007-09-18 11:40:09 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2007-09-18 11:40:09 +0000 |
commit | a6b11ea482651c3cd9430a226d875246b26af3c9 (patch) | |
tree | 54b57a0743dfc30710c91bc4d16777e882e3045d /agent/command.c | |
parent | 2007-09-14 Marcus Brinkmann <[email protected]> (diff) | |
download | gnupg-a6b11ea482651c3cd9430a226d875246b26af3c9.tar.gz gnupg-a6b11ea482651c3cd9430a226d875246b26af3c9.zip |
Support the SETQUALITYBAR command of recent pinentries.
Diffstat (limited to '')
-rw-r--r-- | agent/command.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/agent/command.c b/agent/command.c index bb3d52fbb..431639b1c 100644 --- a/agent/command.c +++ b/agent/command.c @@ -912,7 +912,7 @@ cmd_get_passphrase (assuan_context_t ctx, char *line) } while (!rc && opt_check - && check_passphrase_constraints (ctrl, response)); + && check_passphrase_constraints (ctrl, response, 0)); if (!rc) { |