]> git.ipfire.org Git - thirdparty/FORT-validator.git/commitdiff
Allow relative paths for --output.roa and --output.bgpsec
authorAlberto Leiva Popper <ydahhrk@gmail.com>
Thu, 9 Oct 2025 16:53:30 +0000 (10:53 -0600)
committerAlberto Leiva Popper <ydahhrk@gmail.com>
Thu, 9 Oct 2025 16:53:30 +0000 (10:53 -0600)
src/config.c

index 95e62d995635bd267764114be4d1146eda6d16e9..50132a8183d73a9fbd39066fd9f41aa4a5c80245 100644 (file)
@@ -1127,6 +1127,8 @@ become_absolute_paths(void)
        become_absolute_path(cwd, &rpki_config.report.path);
        become_absolute_path(cwd, &rpki_config.slurm);
        become_absolute_path(cwd, &rpki_config.http.ca_path);
+       become_absolute_path(cwd, &rpki_config.output.roa);
+       become_absolute_path(cwd, &rpki_config.output.bgpsec);
 
        free(buf);
        return 0;