mirror of
git://git.gnupg.org/gnupg.git
synced 2025-04-11 22:01:08 +02: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> (cherry picked from commit 9bc3f2ad52ce527a3eb1a713eef3268affa0697e)
This commit is contained in:
parent
70bb9c5127
commit
e94f793ebf
@ -1218,6 +1218,8 @@ start_connection_thread (void *arg)
|
|||||||
log_info (_("handler for fd %d started\n"),
|
log_info (_("handler for fd %d started\n"),
|
||||||
FD2INT(ctrl->thread_startup.fd));
|
FD2INT(ctrl->thread_startup.fd));
|
||||||
|
|
||||||
|
scd_command_handler (ctrl, ctrl->thread_startup.fd);
|
||||||
|
|
||||||
/* If this thread is the pipe connection thread, flag that a
|
/* If this thread is the pipe connection thread, flag that a
|
||||||
shutdown is required. With the next ticker event and given that
|
shutdown is required. With the next ticker event and given that
|
||||||
no other connections are running the shutdown will then
|
no other connections are running the shutdown will then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user