2009-09-04 Marcus Brinkmann <marcus@g10code.com>

* command.c (start_command_handler): Add comment about gap in
	implementation (in dead code), for future reference.
This commit is contained in:
Marcus Brinkmann 2009-09-04 17:39:50 +00:00
parent 8282d2d8b3
commit 8cdc6e85ec
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2009-09-04 Marcus Brinkmann <marcus@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@g10code.com>
* divert-scd.c (ask_for_card): I18n a prompt string.

View File

@ -1895,6 +1895,8 @@ start_command_handler (ctrl_t ctrl, gnupg_fd_t listen_fd, gnupg_fd_t fd)
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
{