1
0
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:
NIIBE Yutaka 2024-06-17 17:19:18 +09:00 committed by Werner Koch
parent 70bb9c5127
commit e94f793ebf
No known key found for this signature in database
GPG Key ID: E3FDFF218E45B72B

View File

@ -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