aboutsummaryrefslogtreecommitdiffstats
path: root/sm/certchain.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2008-04-01 15:08:57 +0000
committerWerner Koch <[email protected]>2008-04-01 15:08:57 +0000
commit80f77d79c516ca636cfc9382effa5f224f31f0f4 (patch)
treeada520eaf81592573a79719d51bc9a1dda42f0d4 /sm/certchain.c
parentFix problem when using the fallback dirmngr. (diff)
downloadgnupg-80f77d79c516ca636cfc9382effa5f224f31f0f4.tar.gz
gnupg-80f77d79c516ca636cfc9382effa5f224f31f0f4.zip
Fix a problem with dirmngr looked up certificates.
Typo fixes.
Diffstat (limited to 'sm/certchain.c')
-rw-r--r--sm/certchain.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sm/certchain.c b/sm/certchain.c
index f9751752f..05a6ace04 100644
--- a/sm/certchain.c
+++ b/sm/certchain.c
@@ -596,9 +596,9 @@ find_up (ctrl_t ctrl, KEYDB_HANDLE kh,
{
rc = keydb_search_issuer_sn (kh, s, authidno);
if (rc)
- keydb_search_reset (kh);
+ keydb_search_reset (kh);
- /* In case of an error, try to get the certifcate from the
+ /* In case of an error, try to get the certificate from the
dirmngr. That is done by trying to put that certifcate
into the ephemeral DB and let the code below do the
actual retrieve. Thus there is no error checking.