diff options
Diffstat (limited to 'agent/gpg-agent.c')
-rw-r--r-- | agent/gpg-agent.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/agent/gpg-agent.c b/agent/gpg-agent.c index c891eb09b..60a7cffb4 100644 --- a/agent/gpg-agent.c +++ b/agent/gpg-agent.c @@ -1427,11 +1427,6 @@ start_connection_thread (void *arg) log_info (_("handler 0x%lx for fd %d started\n"), (long)pth_self (), fd); - /* FIXME: Move this housekeeping into a ticker function. Calling it - for each connection should work but won't work anymore if our - clients start to keep connections. */ - agent_trustlist_housekeeping (); - start_command_handler (-1, fd); if (opt.verbose) log_info (_("handler 0x%lx for fd %d terminated\n"), @@ -1451,8 +1446,6 @@ start_connection_thread_ssh (void *arg) log_info (_("ssh handler 0x%lx for fd %d started\n"), (long)pth_self (), fd); - agent_trustlist_housekeeping (); - start_command_handler_ssh (fd); if (opt.verbose) log_info (_("ssh handler 0x%lx for fd %d terminated\n"), |