diff options
Diffstat (limited to '')
-rw-r--r-- | agent/ChangeLog | 5 | ||||
-rw-r--r-- | agent/command-ssh.c | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/agent/ChangeLog b/agent/ChangeLog index 5a709a5db..e30b2cbc5 100644 --- a/agent/ChangeLog +++ b/agent/ChangeLog @@ -1,3 +1,8 @@ +2005-04-20 Moritz Schulte <[email protected]> + + * command-ssh.c (ssh_handler_request_identities): Removed + debugging code (sleep call), which was commited unintenionally. + 2005-04-03 Moritz Schulte <[email protected]> * command-ssh.c (ssh_request_spec): New member: secret_input. diff --git a/agent/command-ssh.c b/agent/command-ssh.c index 00c202078..133dd01dd 100644 --- a/agent/command-ssh.c +++ b/agent/command-ssh.c @@ -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; |