diff options
author | Werner Koch <[email protected]> | 2004-02-04 19:13:16 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2004-02-04 19:13:16 +0000 |
commit | cfb33014ae643381cc0a407ddca50e244c26811c (patch) | |
tree | 32bfbd70fcc4726a43f70cabd34e8679d770e126 /sm/import.c | |
parent | Try to use getent, so that it also works for NIS (diff) | |
download | gnupg-cfb33014ae643381cc0a407ddca50e244c26811c.tar.gz gnupg-cfb33014ae643381cc0a407ddca50e244c26811c.zip |
Fixed a build bug (straw letter in sm/import.c) and updated the documentation.
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 20413b92c..132b7403e 100644 --- a/sm/import.c +++ b/sm/import.c @@ -214,7 +214,7 @@ import_one (CTRL ctrl, struct stats_s *stats, int in_fd) { rc = gpg_error (gpg_err_code_from_errno (errno)); log_error ("fdopen() failed: %s\n", strerror (errno)); - q goto leave; + goto leave; } rc = gpgsm_create_reader (&b64reader, ctrl, fp, &reader); |