1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

Fix for bug#1066.

A couple of minor changes.
This commit is contained in:
Werner Koch 2009-06-02 15:46:59 +00:00
parent 73a0302724
commit 323cca8041
10 changed files with 36 additions and 23 deletions

View file

@ -996,6 +996,9 @@ 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. */
if ( !pth_kill () )
log_error ("pth_kill failed in foked process\n");
#ifdef HAVE_SIGPROCMASK
if (startup_signal_mask_valid)
{