mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
Fix the previous commit.
* scd/scdaemon.c (start_connection_thread): Recover call of scd_command_handler. -- GnuPG-bug-id: 7160 Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
This commit is contained in:
parent
01fa318be0
commit
9bc3f2ad52
@ -1216,6 +1216,8 @@ start_connection_thread (void *arg)
|
||||
log_info (_("handler for fd %d started\n"),
|
||||
FD_DBG (ctrl->thread_startup.fd));
|
||||
|
||||
scd_command_handler (ctrl, ctrl->thread_startup.fd);
|
||||
|
||||
/* If this thread is the pipe connection thread, flag that a
|
||||
shutdown is required. With the next ticker event and given that
|
||||
no other connections are running the shutdown will then
|
||||
|
Loading…
x
Reference in New Issue
Block a user