Sqlite: new-style option to specify db file
[exim.git] / src / src / expand.c
index 37be216bbe45e7c58d3ade279b03973abfceb5e1..34e32325ee25de35bb1f93cc1d1c5e9f2baf7111 100644 (file)
@@ -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.