1
0
mirror of git://git.gnupg.org/gnupg.git synced 2025-05-24 16:43:28 +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>
This commit is contained in:
NIIBE Yutaka 2024-06-17 17:19:18 +09:00
parent 01fa318be0
commit 9bc3f2ad52
No known key found for this signature in database
GPG Key ID: 640114AF89DE6054

View File

@ -1216,6 +1216,8 @@ start_connection_thread (void *arg)
log_info (_("handler for fd %d started\n"), log_info (_("handler for fd %d started\n"),
FD_DBG (ctrl->thread_startup.fd)); 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 /* 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