aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2011-04-29 14:44:28 +0000
committerWerner Koch <[email protected]>2011-04-29 14:44:28 +0000
commitf8285f9b00e7b45039bcf425b2986ec8c9c3687a (patch)
tree171cf6bc3d0dca6cee7154e20d2cb70377bf5ebe
parentMerge branch 'wk-gpg-keybox' (diff)
downloadgnupg-f8285f9b00e7b45039bcf425b2986ec8c9c3687a.tar.gz
gnupg-f8285f9b00e7b45039bcf425b2986ec8c9c3687a.zip
Add fixme note regarding pth_kill
-rw-r--r--agent/gpg-agent.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/agent/gpg-agent.c b/agent/gpg-agent.c
index 87a4299ac..a5486647e 100644
--- a/agent/gpg-agent.c
+++ b/agent/gpg-agent.c
@@ -1084,6 +1084,7 @@ main (int argc, char **argv )
right now and thus we restore it. That is not strictly
necessary but some programs falsely assume a cleared
signal mask. */
+#warning need to do something about pth_kill - see bug#1320
if ( !pth_kill () )
log_error ("pth_kill failed in forked process\n");