From 0b66f30d66fadbfd1a949edbe765043b06c5931b Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Thu, 21 Jun 2007 18:44:48 +0000 Subject: Implemented the --gen-key command as we can't use the gpgsm-gencert.sh under Windows. --- common/exechelp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/exechelp.c') diff --git a/common/exechelp.c b/common/exechelp.c index d0be84047..c488e291a 100644 --- a/common/exechelp.c +++ b/common/exechelp.c @@ -593,7 +593,7 @@ gnupg_spawn_process_detached (const char *pgmname, const char *argv[], cmdline, /* Command line arguments. */ &sec_attr, /* Process security attributes. */ &sec_attr, /* Thread security attributes. */ - FALSE, /* Inherit handles. */ + FALSE, /* Inherit handles. */ cr_flags, /* Creation flags. */ NULL, /* Environment. */ NULL, /* Use current drive/directory. */ -- cgit v1.2.3