]> git.ipfire.org Git - thirdparty/FORT-validator.git/commitdiff
Temporary #58 solution
authorAlberto Leiva Popper <ydahhrk@gmail.com>
Wed, 13 Oct 2021 05:18:07 +0000 (00:18 -0500)
committerAlberto Leiva Popper <ydahhrk@gmail.com>
Wed, 13 Oct 2021 05:19:30 +0000 (00:19 -0500)
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

index 54c6b477a5bc7071be672b31fded47fabcf4ee39..108538e4e7d930c5dc22ff779a95c00a15c9ba19 100644 (file)
@@ -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;