diff options
author | Werner Koch <[email protected]> | 2007-11-27 08:01:19 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2007-11-27 08:01:19 +0000 |
commit | 598a3d0ab4a401f929c03d08cea5c272bf49abda (patch) | |
tree | 3c1e527c7fc15b8da3599d81832e195a0fbde3c2 /agent/command.c | |
parent | Add option --data to GETAUDITLOG command. (diff) | |
download | gnupg-598a3d0ab4a401f929c03d08cea5c272bf49abda.tar.gz gnupg-598a3d0ab4a401f929c03d08cea5c272bf49abda.zip |
[W32] Changed default socket for dirmngr.
[W32] Add some code for event notifications
between scdaemon and gpg-agent.
Diffstat (limited to 'agent/command.c')
-rw-r--r-- | agent/command.c | 4 |
1 files changed, 2 insertions, 2 deletions
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) |