diff options
-rw-r--r-- | scd/scdaemon.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scd/scdaemon.c b/scd/scdaemon.c index 8c31f2f03..4d4395e15 100644 --- a/scd/scdaemon.c +++ b/scd/scdaemon.c @@ -1218,6 +1218,8 @@ start_connection_thread (void *arg) log_info (_("handler for fd %d started\n"), FD2INT(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 |