2004-08-17 Marcus Brinkmann <marcus@g10code.de>

* import.c: Fix typo in last change.
This commit is contained in:
Marcus Brinkmann 2004-08-17 20:06:24 +00:00
parent 53f7e372b9
commit e5a6d2b456
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2004-08-17 Marcus Brinkmann <marcus@g10code.de>
* import.c: Fix typo in last change.
2004-08-17 Werner Koch <wk@g10code.de>
* import.c (check_and_store): Do a full validation if

View File

@ -183,7 +183,7 @@ check_and_store (CTRL ctrl, struct stats_s *stats, ksba_cert_t cert, int depth)
rc = gpgsm_basic_cert_check (cert);
if (!rc && ctrl->with_validation)
rc = gpgsm_validate_chain (ctrl, cert, NULL, 0, NULL, 0);
if (!rc || (!ctrl->with-validation
if (!rc || (!ctrl->with_validation
&& gpg_err_code (rc) == GPG_ERR_MISSING_CERT) )
{
int existed;