X-Git-Url: https://git.exim.org/users/jgh/exim.git/blobdiff_plain/4a7dca52352d0976f200b89a50825433b7551554..b8514d1960e259d49ab2c84c89eba52ab993da3f:/src/src/match.c diff --git a/src/src/match.c b/src/src/match.c index 45537413d..2f6c92251 100644 --- a/src/src/match.c +++ b/src/src/match.c @@ -286,7 +286,7 @@ if (!cb->use_partial) partial = -1; /* Set the parameters for the three different kinds of lookup. */ -keyquery = search_args(search_type, s, semicolon+1, &filename); +keyquery = search_args(search_type, s, semicolon+1, &filename, opts); /* Now do the actual lookup; throw away the data returned unless it was asked for; partial matching is all handled inside search_find(). Note that there is