]> arthur.barton.de Git - netatalk.git/blobdiff - etc/spotlight/slmod_sparql_parser.c
fce: FCE version 2 with new event types and new config options
[netatalk.git] / etc / spotlight / slmod_sparql_parser.c
index ea7152c48c0a281d7cb074b082a25b86ef46a0f0..3d32af6219d386d9b093a8e6f07b3b3ea8b198dd 100644 (file)
@@ -2038,7 +2038,7 @@ int main(int argc, char **argv)
     struct vol *vol = talloc_zero(ssp_slq, struct vol);
     vol->v_path = "/Volumes/test";
     ssp_slq->slq_vol = vol;
-    ssp_slq->slq_allow_expr = false;
+    ssp_slq->slq_allow_expr = true;
     sparqlvar = 'a';
 
     s = yy_scan_string(argv[1]);