diff options
Diffstat (limited to 'tools/symcryptrun.c')
-rw-r--r-- | tools/symcryptrun.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/symcryptrun.c b/tools/symcryptrun.c index 68302d39d..30fe8a92d 100644 --- a/tools/symcryptrun.c +++ b/tools/symcryptrun.c @@ -485,7 +485,7 @@ confucius_get_pass (const char *cacheid, int again, int *canceled) pw = simple_pwquery (cacheid, again ? _("does not match - try again"):NULL, - _("Passphrase:"), NULL, &err); + _("Passphrase:"), NULL, 0, &err); #ifdef ENABLE_NLS if (orig_codeset) |