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:
Moritz Schulte 2005-04-20 14:47:19 +00:00
parent 92ee8d4886
commit a78c5e9673
2 changed files with 5 additions and 3 deletions

View File

@ -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>
* command-ssh.c (ssh_request_spec): New member: secret_input.

View File

@ -1741,9 +1741,6 @@ ssh_handler_request_identities (ctrl_t ctrl,
/* Prepare buffer stream. */
#warning Huh, sleep? why that? Anyway, this should be pth_sleep
sleep (5);
key_directory = NULL;
key_secret = NULL;
key_public = NULL;