diff options
Diffstat (limited to 'agent/query.c')
-rw-r--r-- | agent/query.c | 2 |
1 files changed, 1 insertions, 1 deletions
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", |