diff options
Diffstat (limited to '')
-rw-r--r-- | scd/ChangeLog | 1 | ||||
-rw-r--r-- | scd/scdaemon.c | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/scd/ChangeLog b/scd/ChangeLog index 2265a504e..267cdb760 100644 --- a/scd/ChangeLog +++ b/scd/ChangeLog @@ -154,7 +154,6 @@ 2008-10-14 Werner Koch <[email protected]> - * apdu.c (reader_table_s): Add fields connect_card and disconnect_card. (new_reader_slot): Set them to NULL. diff --git a/scd/scdaemon.c b/scd/scdaemon.c index 1e205dded..74dd8ff41 100644 --- a/scd/scdaemon.c +++ b/scd/scdaemon.c @@ -1075,7 +1075,7 @@ start_connection_thread (void *arg) FD2INT(ctrl->thread_startup.fd)); /* If this is a pipe server, we request a shutdown if the command - hanlder asked for it. With the next ticker event and given that + handler asked for it. With the next ticker event and given that no other connections are running the shutdown will then happen. */ if (scd_command_handler (ctrl, FD2INT(ctrl->thread_startup.fd)) |