diff options
author | Werner Koch <[email protected]> | 2007-06-21 18:44:48 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2007-06-21 18:44:48 +0000 |
commit | 0b66f30d66fadbfd1a949edbe765043b06c5931b (patch) | |
tree | e2e33a51151de2deac0d4e43cd7bc38429fe2965 /common/exechelp.c | |
parent | [w32] gpg-agent is now started automagically by gpgsm. (diff) | |
download | gnupg-0b66f30d66fadbfd1a949edbe765043b06c5931b.tar.gz gnupg-0b66f30d66fadbfd1a949edbe765043b06c5931b.zip |
Implemented the --gen-key command as we can't use the gpgsm-gencert.sh under Windows.
Diffstat (limited to 'common/exechelp.c')
-rw-r--r-- | common/exechelp.c | 2 |
1 files changed, 1 insertions, 1 deletions
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. */ |