diff options
author | Werner Koch <[email protected]> | 2006-09-07 15:13:33 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2006-09-07 15:13:33 +0000 |
commit | 6374763c985a36c25d3cea9a8a83b51f42708160 (patch) | |
tree | 901f4d3762afff15b6adc1dc9f8c21b8b16be617 /agent/call-scd.c | |
parent | Added missing file (diff) | |
download | gnupg-6374763c985a36c25d3cea9a8a83b51f42708160.tar.gz gnupg-6374763c985a36c25d3cea9a8a83b51f42708160.zip |
Let scdaemon call a script on status changes
Diffstat (limited to 'agent/call-scd.c')
-rw-r--r-- | agent/call-scd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/agent/call-scd.c b/agent/call-scd.c index 737dbad61..3dc869137 100644 --- a/agent/call-scd.c +++ b/agent/call-scd.c @@ -193,7 +193,7 @@ atfork_cb (void *opaque, int where) /* Fork off the SCdaemon if this has not already been done. Lock the daemon and make sure that a proper context has been setup in CTRL. - Thsi fucntion might also lock the daemon, which means that the + This function might also lock the daemon, which means that the caller must call unlock_scd after this fucntion has returned success and the actual Assuan transaction been done. */ static int |