From 598a3d0ab4a401f929c03d08cea5c272bf49abda Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 27 Nov 2007 08:01:19 +0000 Subject: [W32] Changed default socket for dirmngr. [W32] Add some code for event notifications between scdaemon and gpg-agent. --- agent/command.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'agent/command.c') diff --git a/agent/command.c b/agent/command.c index c0c21bf79..91279fa0f 100644 --- a/agent/command.c +++ b/agent/command.c @@ -353,7 +353,7 @@ cmd_geteventcounter (assuan_context_t ctx, char *line) /* This function should be called once for all key removals or - additions. Thus function is assured not to do any context + additions. This function is assured not to do any context switches. */ void bump_key_eventcounter (void) @@ -363,7 +363,7 @@ bump_key_eventcounter (void) } /* This function should be called for all card reader status - changes. Thus function is assured not to do any context + changes. This function is assured not to do any context switches. */ void bump_card_eventcounter (void) -- cgit