From 72b59b6fce811cba3c76d247fd8241ab88d82d12 Mon Sep 17 00:00:00 2001 From: tb Date: Mon, 4 Apr 2022 12:11:54 +0000 Subject: [PATCH] rpki-client: remove a stale FIXME We fixed this back in January when we added rtype_from_mftfile(). ok claudio --- usr.sbin/rpki-client/main.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/usr.sbin/rpki-client/main.c b/usr.sbin/rpki-client/main.c index 03c126cc0f5..2ce321be0c2 100644 --- a/usr.sbin/rpki-client/main.c +++ b/usr.sbin/rpki-client/main.c @@ -1,4 +1,4 @@ -/* $OpenBSD: main.c,v 1.190 2022/04/02 12:17:53 claudio Exp $ */ +/* $OpenBSD: main.c,v 1.191 2022/04/04 12:11:54 tb Exp $ */ /* * Copyright (c) 2021 Claudio Jeker * Copyright (c) 2019 Kristaps Dzonsons @@ -348,9 +348,6 @@ queue_add_from_mft(const char *path, const struct mftfile *file, * Loops over queue_add_from_mft() for all files. * The order here is important: we want to parse the revocation * list *before* we parse anything else. - * FIXME: set the type of file in the mftfile so that we don't need to - * keep doing the check (this should be done in the parser, where we - * check the suffix anyway). */ static void queue_add_from_mft_set(const struct mft *mft, const char *name, struct repo *rp) -- 2.20.1