mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-10 13:04:23 +01:00
See ChangeLog: Fri Aug 4 14:23:05 CEST 2000 Werner Koch
This commit is contained in:
parent
b996bf9777
commit
ed2228d210
1
THANKS
1
THANKS
@ -89,6 +89,7 @@ Max Valianskiy maxcom@maxcom.ml.org
|
||||
Michael Fischer v. Mollard mfvm@gmx.de
|
||||
Michael Roth mroth@nessie.de
|
||||
Michael Sobolev mss@despair.transas.com
|
||||
Michael Tokarev mjt@tls.msk.ru
|
||||
Nicolas Graner Nicolas.Graner@cri.u-psud.fr
|
||||
Mike McEwan mike@lotusland.demon.co.uk
|
||||
NIIBE Yutaka gniibe@chroot.org
|
||||
|
@ -1,3 +1,8 @@
|
||||
Fri Aug 4 14:23:05 CEST 2000 Werner Koch <wk@openit.de>
|
||||
|
||||
* status.c (do_get_from_fd): Ooops, we used fd instead of opt.command_fd.
|
||||
Thanks to Michael Tokarev.
|
||||
|
||||
Tue Aug 1 20:06:23 CEST 2000 Werner Koch <wk@openit.de>
|
||||
|
||||
* g10.c: New opttion --try-all-secrets on suggestion from Matthias Urlichs.
|
||||
|
@ -365,7 +365,7 @@ do_get_from_fd( const char *keyword, int hidden, int bool )
|
||||
i=0;
|
||||
}
|
||||
/* Hmmm: why not use our read_line function here */
|
||||
if( read( fd, string+i, 1) != 1 || string[i] == '\n' )
|
||||
if( read( opt.command_fd, string+i, 1) != 1 || string[i] == '\n' )
|
||||
break;
|
||||
}
|
||||
string[i] = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user