Re: fix rpki-client -t with relative paths

2021-03-19 Thread Theo Buehler
On Fri, Mar 19, 2021 at 10:02:26AM +0100, Claudio Jeker wrote: > rpki-client is currently not able to to load relative tal files via -t > option. The problem is that the chdir to the cache directory happens > before the tal files are loaded. Move the fchdir down so relative path > work when queue_a

fix rpki-client -t with relative paths

2021-03-19 Thread Claudio Jeker
rpki-client is currently not able to to load relative tal files via -t option. The problem is that the chdir to the cache directory happens before the tal files are loaded. Move the fchdir down so relative path work when queue_add_tal() is called. Also make sure that the rsync and parser process ch