Hi Juaristi,

"Juaristi Álamos, Ander" <[email protected]> writes:

> -  if (file_exists_p (filename))
> +  if (file_exists_p (filename) && hsts_file_access_valid (filename))

can the file_exists_p check just be moved to hsts_file_access_valid that
doesn't return an error on ENOENT?  In other words, just have here:

if (hsts_file_access_valid (filename))


Thanks,
Giuseppe

Reply via email to