diff options
author | Werner Koch <wk@gnupg.org> | 2007-08-29 18:59:20 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2007-08-29 18:59:20 +0200 |
commit | 8464627bf444de523c05c44a5a174e4d3736549c (patch) | |
tree | 3b4b5ed8df2106cb8afa1e429acaa5a315d3bcbc /sm/import.c | |
parent | New command --check-programs for gpgconf. (diff) | |
download | gnupg2-8464627bf444de523c05c44a5a174e4d3736549c.tar.xz gnupg2-8464627bf444de523c05c44a5a174e4d3736549c.zip |
Extended the --check-program output: Error messages are now inlcued in an
easy parsable format.
Diffstat (limited to 'sm/import.c')
-rw-r--r-- | sm/import.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sm/import.c b/sm/import.c index 069408f85..f76c54d1e 100644 --- a/sm/import.c +++ b/sm/import.c @@ -622,7 +622,7 @@ parse_p12 (ctrl_t ctrl, ksba_reader_t reader, } - /* If we found no error in the output of the cild, setup a suitable + /* If we found no error in the output of the child, setup a suitable error code, which will later be reset if the exit status of the child is 0. */ if (!child_err) |