aboutsummaryrefslogtreecommitdiffstats
path: root/agent
diff options
context:
space:
mode:
Diffstat (limited to 'agent')
-rw-r--r--agent/ChangeLog4
-rw-r--r--agent/query.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/agent/ChangeLog b/agent/ChangeLog
index f34849a72..288953dfd 100644
--- a/agent/ChangeLog
+++ b/agent/ChangeLog
@@ -1,3 +1,7 @@
+2001-12-19 Marcus Brinkmann <[email protected]>
+
+ * query.c (start_pinentry): Add new argument to assuan_pipe_connect.
+
2001-12-18 Werner Koch <[email protected]>
* Makefile.am: Use LIBGCRYPT macros
diff --git a/agent/query.c b/agent/query.c
index 98a5b2639..9195f0ab4 100644
--- a/agent/query.c
+++ b/agent/query.c
@@ -84,7 +84,7 @@ start_pinentry (void)
argv[1] = NULL;
/* connect to the pinentry and perform initial handshaking */
- rc = assuan_pipe_connect (&ctx, opt.pinentry_program, (char**)argv);
+ rc = assuan_pipe_connect (&ctx, opt.pinentry_program, (char**)argv, 0);
if (rc)
{
log_error ("can't connect to the PIN entry module: %s\n",