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:
parent
73a0302724
commit
323cca8041
10 changed files with 36 additions and 23 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue