diff options
Diffstat (limited to 'agent/call-scd.c')
-rw-r--r-- | agent/call-scd.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/agent/call-scd.c b/agent/call-scd.c index c5b95f4..cd66070 100644 --- a/agent/call-scd.c +++ b/agent/call-scd.c @@ -501,7 +501,9 @@ agent_scd_check_aliveness (void) none of these context are actually in use. */ struct scd_local_s *sl; +#ifndef HAVE_W32_SYSTEM assuan_set_flag (primary_scd_ctx, ASSUAN_NO_WAITPID, 1); +#endif assuan_release (primary_scd_ctx); for (sl=scd_local_list; sl; sl = sl->next_local) |