mirror of
https://github.com/samba-team/samba.git
synced 2025-01-25 06:04:04 +03:00
64f182412a
Samba currenlty fails the whole RPC request, macOS returns returns a nil entry for the requested CNID: DALLOC_CTX(#1): { sl_array_t(#3): { uint64_t: 0x0000 CNIDs: unkn1: 0xfec, unkn2: 0x6b000020 DALLOC_CTX(#1): { uint64_t: 0xe4bbf314c03b1e } sl_filemeta_t(#1): { sl_array_t(#2): { nil nil } } } } Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Thu Aug 8 21:43:14 UTC 2019 on sn-devel-184
Introduction: ============= This directory contains source code for the metadata search service aka Spotlight. Bison and flex: =============== Not yet integrated into the waf buildsystem, run these by hand: $ bison -d -o sparql_parser.c sparql_parser.y $ flex -o sparql_lexer.c sparql_lexer.l or use the bundled Makefile.