From: pcarana Date: Wed, 11 Dec 2019 00:45:18 +0000 (-0600) Subject: Fix (early) bug, wasn't retrying mft download when it should be. X-Git-Tag: v1.2.0~38 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=8889f719d834820d56b6a2c6449aae98c4182217;p=thirdparty%2FFORT-validator.git Fix (early) bug, wasn't retrying mft download when it should be. --- diff --git a/src/object/certificate.c b/src/object/certificate.c index de8dcf3f..85ac1aef 100644 --- a/src/object/certificate.c +++ b/src/object/certificate.c @@ -2078,11 +2078,12 @@ certificate_traverse(struct rpp *rpp_parent, struct rpki_uri *cert_uri) break; case CA: if (!visited_uris_exists(uri_get_global(sia_uris.mft.uri))) { - mft_exists = true; error = use_access_method(&sia_uris, exec_rsync_method, exec_rrdp_method); if (error) return error; + } else { + mft_exists = true; } break; default: