mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-03 12:11:33 +01:00
2005-04-20 Moritz Schulte <moritz@g10code.com>
* command-ssh.c (ssh_handler_request_identities): Removed debugging code (sleep call), which was commited unintenionally.
This commit is contained in:
parent
92ee8d4886
commit
a78c5e9673
@ -1,3 +1,8 @@
|
|||||||
|
2005-04-20 Moritz Schulte <moritz@g10code.com>
|
||||||
|
|
||||||
|
* command-ssh.c (ssh_handler_request_identities): Removed
|
||||||
|
debugging code (sleep call), which was commited unintenionally.
|
||||||
|
|
||||||
2005-04-03 Moritz Schulte <moritz@g10code.com>
|
2005-04-03 Moritz Schulte <moritz@g10code.com>
|
||||||
|
|
||||||
* command-ssh.c (ssh_request_spec): New member: secret_input.
|
* command-ssh.c (ssh_request_spec): New member: secret_input.
|
||||||
|
@ -1741,9 +1741,6 @@ ssh_handler_request_identities (ctrl_t ctrl,
|
|||||||
|
|
||||||
/* Prepare buffer stream. */
|
/* Prepare buffer stream. */
|
||||||
|
|
||||||
#warning Huh, sleep? why that? Anyway, this should be pth_sleep
|
|
||||||
sleep (5);
|
|
||||||
|
|
||||||
key_directory = NULL;
|
key_directory = NULL;
|
||||||
key_secret = NULL;
|
key_secret = NULL;
|
||||||
key_public = NULL;
|
key_public = NULL;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user