From 124a272a204c2877005be54ef277d67e43296c93 Mon Sep 17 00:00:00 2001 From: Ben Kibbey Date: Fri, 24 Jul 2015 21:43:35 -0400 Subject: [PATCH] Kill the scdaemon after PASSWD. --- src/commands.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/commands.c b/src/commands.c index a1a2320d..6ce4f6a1 100644 --- a/src/commands.c +++ b/src/commands.c @@ -4409,6 +4409,8 @@ passwd_command (assuan_context_t ctx, char *line) if (!rc) rc = agent_passwd (client->crypto); + + (void) kill_scd (client->crypto->agent); } #endif } -- 2.11.4.GIT