X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=etc%2Fafpd%2Fafp_dsi.c;h=44d5b0e601d3b1ba7c0d9ea3df6ac6b35100ea33;hb=40c614d84ae5bf7c1808a30a2ccac8db12228519;hp=c59c6106fbf20ed968a46fee1abbce2b77cc9f17;hpb=30963c2b3ee34139e0c3307677d181178a15f37f;p=netatalk.git diff --git a/etc/afpd/afp_dsi.c b/etc/afpd/afp_dsi.c index c59c6106..44d5b0e6 100644 --- a/etc/afpd/afp_dsi.c +++ b/etc/afpd/afp_dsi.c @@ -39,12 +39,12 @@ #include #include #include +#include #include "switch.h" #include "auth.h" #include "fork.h" #include "dircache.h" -#include "spotlight.h" #ifndef SOL_TCP #define SOL_TCP IPPROTO_TCP @@ -493,7 +493,7 @@ void afp_over_dsi(AFPObj *obj) /* Initialize Spotlight */ if (obj->options.flags & OPTION_SPOTLIGHT) - sl_mod_load(_PATH_AFPDUAMPATH "mod_spotlight.so"); + sl_mod_load(_PATH_AFPDUAMPATH "slmod_sparql.so"); /* get stuck here until the end */ while (1) {