From: Alberto Leiva Popper Date: Wed, 13 Oct 2021 05:18:07 +0000 (-0500) Subject: Temporary #58 solution X-Git-Tag: 1.5.2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c69a140fe0e6e033ca00086d58a88a06c1ffc3d0;p=thirdparty%2FFORT-validator.git Temporary #58 solution Completely axes the whole ordeal. Is not a long-term solution, but will lead to stable behavior until the other branch has been thoroughly tested. --- diff --git a/src/object/certificate.c b/src/object/certificate.c index 54c6b477..108538e4 100644 --- a/src/object/certificate.c +++ b/src/object/certificate.c @@ -2465,7 +2465,7 @@ certificate_traverse(struct rpp *rpp_parent, struct rpki_uri *cert_uri) break; case BGPSEC: pr_val_debug("Type: BGPsec EE"); - break; + goto revert_cert; case EE: pr_val_debug("Type: unexpected, validated as CA"); break;