commit 609eaf39a9373e7f4e7e225a6a14c0819fa7271f from: Omar Polo date: Mon Feb 05 17:50:12 2024 UTC fix certs_file_tmp path commit - 6541a7edcfd86f4c6c9e46f1d101c3fb9e81756f commit + 609eaf39a9373e7f4e7e225a6a14c0819fa7271f blob - b12f34ba07d7d53448e36325b1f9f29f8854adaa blob + f6262ee756ec29f08b3ee0a20111c97569dfbb41 --- fs.c +++ fs.c @@ -376,7 +376,7 @@ fs_init(void) sizeof(cert_dir)); join_path(certs_file, config_path_base, "/certs.conf", sizeof(certs_file)); - join_path(certs_file_tmp, config_path_base, "/certs.conf", + join_path(certs_file_tmp, config_path_base, "/certs.conf.XXXXXXXXXX", sizeof(certs_file_tmp)); join_path(crashed_file, cache_path_base, "/crashed", sizeof(crashed_file));