mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
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:
parent
8282d2d8b3
commit
8cdc6e85ec
@ -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.
|
||||
|
@ -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
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user