GNUPG-1-9-BRANCH gnupg/agent (ChangeLog command-ssh.c)

cvs user mo cvs at cvs.gnupg.org
Wed Apr 20 16:30:26 CEST 2005


    Date: Wednesday, April 20, 2005 @ 16:47:19
  Author: mo
    Path: /cvs/gnupg/gnupg/agent
     Tag: GNUPG-1-9-BRANCH

Modified: ChangeLog command-ssh.c

2005-04-20  Moritz Schulte  <moritz at g10code.com>

	* command-ssh.c (ssh_handler_request_identities): Removed
	debugging code (sleep call), which was commited unintenionally.


---------------+
 ChangeLog     |    5 +++++
 command-ssh.c |    3 ---
 2 files changed, 5 insertions(+), 3 deletions(-)


Index: gnupg/agent/ChangeLog
diff -u gnupg/agent/ChangeLog:1.59.2.73 gnupg/agent/ChangeLog:1.59.2.74
--- gnupg/agent/ChangeLog:1.59.2.73	Sat Apr  9 18:41:28 2005
+++ gnupg/agent/ChangeLog	Wed Apr 20 16:47:18 2005
@@ -1,3 +1,8 @@
+2005-04-20  Moritz Schulte  <moritz at g10code.com>
+
+	* command-ssh.c (ssh_handler_request_identities): Removed
+	debugging code (sleep call), which was commited unintenionally.
+
 2005-04-03  Moritz Schulte  <moritz at g10code.com>
 
 	* command-ssh.c (ssh_request_spec): New member: secret_input.
Index: gnupg/agent/command-ssh.c
diff -u gnupg/agent/command-ssh.c:1.1.4.17 gnupg/agent/command-ssh.c:1.1.4.18
--- gnupg/agent/command-ssh.c:1.1.4.17	Mon Apr 18 12:44:45 2005
+++ gnupg/agent/command-ssh.c	Wed Apr 20 16:47:19 2005
@@ -1741,9 +1741,6 @@
 
   /* 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;




More information about the Gnupg-commits mailing list