mirror of
git://git.gnupg.org/gnupg.git
synced 2025-04-17 15:44:34 +02:00
With --quiet do not print reading passphrase from fd message.
Fix for bug#1403. * g10/passphrase.c (read_passphrase_from_fd): Act on --quiet.
This commit is contained in:
parent
509fe4ce5d
commit
7a852fba6c
@ -140,7 +140,7 @@ read_passphrase_from_fd( int fd )
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!opt.batch )
|
if (!opt.batch && !opt.quiet)
|
||||||
tty_printf("Reading passphrase from file descriptor %d ...", fd );
|
tty_printf("Reading passphrase from file descriptor %d ...", fd );
|
||||||
for (pw = NULL, i = len = 100; ; i++ )
|
for (pw = NULL, i = len = 100; ; i++ )
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user