Re: rpki-client and unknown file types

2023-01-06 Thread Theo Buehler
On Fri, Jan 06, 2023 at 02:04:21PM +0100, Claudio Jeker wrote: > Do not fatal out when an unknown filetype shows up. > Also change the message sent from parser/filemode process to main from > type::file::repoid to type::repoid::file since that simplifies the code a > fair amount. Yes, that's much

rpki-client and unknown file types

2023-01-06 Thread Claudio Jeker
Do not fatal out when an unknown filetype shows up. Also change the message sent from parser/filemode process to main from type::file::repoid to type::repoid::file since that simplifies the code a fair amount. -- :wq Claudio Index: filemode.c =