Sqlite: new-style option to specify db file
[exim.git] / src / src / match.c
index 45537413d24d44ff140ebd5c7260f6f88a574bd0..2f6c922510483ed1b310caec94fece34c948f84a 100644 (file)
@@ -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