aboutsummaryrefslogtreecommitdiffstats
path: root/agent/command.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2007-09-18 11:40:09 +0000
committerWerner Koch <[email protected]>2007-09-18 11:40:09 +0000
commita6b11ea482651c3cd9430a226d875246b26af3c9 (patch)
tree54b57a0743dfc30710c91bc4d16777e882e3045d /agent/command.c
parent2007-09-14 Marcus Brinkmann <[email protected]> (diff)
downloadgnupg-a6b11ea482651c3cd9430a226d875246b26af3c9.tar.gz
gnupg-a6b11ea482651c3cd9430a226d875246b26af3c9.zip
Support the SETQUALITYBAR command of recent pinentries.
Diffstat (limited to '')
-rw-r--r--agent/command.c2
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)
{