[svn] GnuPG - r5155 - trunk/agent

svn author marcus cvs at cvs.gnupg.org
Fri Sep 4 19:39:50 CEST 2009


Author: marcus
Date: 2009-09-04 19:39:50 +0200 (Fri, 04 Sep 2009)
New Revision: 5155

Modified:
   trunk/agent/ChangeLog
   trunk/agent/command.c
Log:
2009-09-04  Marcus Brinkmann  <marcus at g10code.com>

	* command.c (start_command_handler): Add comment about gap in
	implementation (in dead code), for future reference.


Modified: trunk/agent/ChangeLog
===================================================================
--- trunk/agent/ChangeLog	2009-09-04 17:21:40 UTC (rev 5154)
+++ trunk/agent/ChangeLog	2009-09-04 17:39:50 UTC (rev 5155)
@@ -1,3 +1,8 @@
+2009-09-04  Marcus Brinkmann  <marcus at g10code.com>
+
+	* command.c (start_command_handler): Add comment about gap in
+	implementation (in dead code), for future reference.
+
 2009-08-11  Werner Koch  <wk at g10code.com>
 
 	* divert-scd.c (ask_for_card): I18n a prompt string.

Modified: trunk/agent/command.c
===================================================================
--- trunk/agent/command.c	2009-09-04 17:21:40 UTC (rev 5154)
+++ trunk/agent/command.c	2009-09-04 17:39:50 UTC (rev 5155)
@@ -1895,6 +1895,8 @@
   else if (listen_fd != GNUPG_INVALID_FD)
     {
       rc = assuan_init_socket_server_ext (&ctx, listen_fd, 0);
+      /* FIXME: Need to call assuan_sock_set_nonce for Windows.  But
+	 this branch is currently not used.  */
     }
   else 
     {




More information about the Gnupg-commits mailing list