Home GnuPG
Diffusion GnuPG 19994466449a

agent: Fix a bug of handling return code from npth_join.
19994466449aUnpublished

Unpublished Commit · Learn More

Not On Permanent Ref: This commit is not an ancestor of any permanent ref.

Description

agent: Fix a bug of handling return code from npth_join.

* agent/call-pinentry.c (agent_popup_message_stop): Fix npth_join
return code.

pth_join returns TRUE (1) on success. But npth_join (and pthread_join)
returns 0 on success, returns error number on error.

Details

Provenance
gniibeAuthored on Jan 25 2013, 6:17 AM
Parents
rG60c58766aeb8: gpg: Fix honoring --cert-digest-algo when recreating a cert
Branches
Unknown
Tags
Unknown

Event Timeline

NIIBE Yutaka <gniibe@fsij.org> committed rG19994466449a: agent: Fix a bug of handling return code from npth_join. (authored by NIIBE Yutaka <gniibe@fsij.org>).Jan 25 2013, 3:20 PM