aboutsummaryrefslogtreecommitdiffstats
path: root/src/dirinfo.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/dirinfo.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/dirinfo.c b/src/dirinfo.c
index 8526d392..845bc489 100644
--- a/src/dirinfo.c
+++ b/src/dirinfo.c
@@ -156,7 +156,8 @@ read_gpgconf_dirs (const char *pgmname, int components)
cfd[0].fd = rp[1];
- status = _gpgme_io_spawn (pgmname, argv, 0, cfd, NULL, NULL, NULL);
+ status = _gpgme_io_spawn (pgmname, argv, IOSPAWN_FLAG_DETACHED,
+ cfd, NULL, NULL, NULL);
if (status < 0)
{
_gpgme_io_close (rp[0]);