aboutsummaryrefslogtreecommitdiffstats
path: root/agent
diff options
context:
space:
mode:
Diffstat (limited to 'agent')
-rw-r--r--agent/genkey.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/agent/genkey.c b/agent/genkey.c
index bb7e74e9b..9a8b3c2aa 100644
--- a/agent/genkey.c
+++ b/agent/genkey.c
@@ -207,7 +207,7 @@ do_check_passphrase_pattern (ctrl_t ctrl, const char *pw, unsigned int flags)
if (gnupg_process_spawn (pgmname, argv,
GNUPG_PROCESS_STDIN_PIPE,
- NULL, NULL, &proc))
+ NULL, &proc))
result = 1; /* Execute error - assume password should no be used. */
else
{