X-Git-Url: https://git.exim.org/users/jgh/exim.git/blobdiff_plain/4a7dca52352d0976f200b89a50825433b7551554..b8514d1960e259d49ab2c84c89eba52ab993da3f:/src/src/expand.c diff --git a/src/src/expand.c b/src/src/expand.c index 37be216bb..34e32325e 100644 --- a/src/src/expand.c +++ b/src/src/expand.c @@ -4875,7 +4875,7 @@ while (*s) file types, the query (i.e. "key") starts with a file name. */ if (!key) - key = search_args(stype, name, filename, &filename); + key = search_args(stype, name, filename, &filename, opts); /* If skipping, don't do the next bit - just lookup_value == NULL, as if the entry was not found. Note that there is no search_close() function.