]> git.ipfire.org Git - thirdparty/FORT-validator.git/commit
Remove tmp directory step from --init-tals/--init-as0-tals
authorAlberto Leiva Popper <ydahhrk@gmail.com>
Tue, 14 Nov 2023 21:41:11 +0000 (15:41 -0600)
committerAlberto Leiva Popper <ydahhrk@gmail.com>
Tue, 14 Nov 2023 21:41:11 +0000 (15:41 -0600)
commitbec7fe108e0e46522f8817d53728aae4f4aa0b27
treea0629263fc0459cfcf1bd68b86ccc40a27964630
parent374c9c9f9476f163abdb86e9c588e71c4d8fb49c
Remove tmp directory step from --init-tals/--init-as0-tals

The code that handles these flags does not run with a cache context,
so the temporal file step was causing cache download issues despite
being completely unneeded.
src/http/http.c
src/thread_var.c