Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
We preivously called glob() on the included file name regardless of whether it was an absolute or relative path. As a result, relative paths were not appended to vcl_path elements before checking if the glob expression matched anything. It is not possible to (re)use VFIL_searchpath here, since VFIL_searchpath uses access() to check that the file exists, and that would fail in this case. Fixes: varnishcache#4249
- Loading branch information