From c69a140fe0e6e033ca00086d58a88a06c1ffc3d0 Mon Sep 17 00:00:00 2001 From: Alberto Leiva Popper Date: Wed, 13 Oct 2021 00:18:07 -0500 Subject: [PATCH] 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. --- src/object/certificate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.47.3