diff options
author | Moritz Schulte <[email protected]> | 2005-04-20 14:47:19 +0000 |
---|---|---|
committer | Moritz Schulte <[email protected]> | 2005-04-20 14:47:19 +0000 |
commit | a78c5e9673bbbee0ec277bbd39a5e38ebaf41052 (patch) | |
tree | 1ea3eda5f951c593a4fc85f7e2f65bad4510e33a /agent/command-ssh.c | |
parent | 2005-04-19 Marcus Brinkmann <[email protected]> (diff) | |
download | gnupg-a78c5e9673bbbee0ec277bbd39a5e38ebaf41052.tar.gz gnupg-a78c5e9673bbbee0ec277bbd39a5e38ebaf41052.zip |
2005-04-20 Moritz Schulte <[email protected]>
* command-ssh.c (ssh_handler_request_identities): Removed
debugging code (sleep call), which was commited unintenionally.
Diffstat (limited to 'agent/command-ssh.c')
-rw-r--r-- | agent/command-ssh.c | 3 |
1 files changed, 0 insertions, 3 deletions
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; |