X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=etc%2Fafpd%2Fspotlight_marshalling.c;h=69733f4943676c58ec4baf7e1d20105a17d97503;hb=9b30356782a792ad0ebcf36fe4a4f276cb8e9d76;hp=f156656ad7c831429c7657d38fd6197a96712378;hpb=623c302f9f9fec9e2b81f4f7b2dbd958ed1e0b87;p=netatalk.git diff --git a/etc/afpd/spotlight_marshalling.c b/etc/afpd/spotlight_marshalling.c index f156656a..69733f49 100644 --- a/etc/afpd/spotlight_marshalling.c +++ b/etc/afpd/spotlight_marshalling.c @@ -233,7 +233,7 @@ static int sl_pack_CNID(sl_cnids_t *cnids, char *buf, int offset, char *toc_buf, offset += 8; if (cnid_count > 0) { - EC_ZERO( slvalc(buf, offset, MAX_SLQ_DAT, sl_pack_tag(0x0add, cnid_count, cnids->ca_context)) ); + EC_ZERO( slvalc(buf, offset, MAX_SLQ_DAT, sl_pack_tag(cnids->ca_unkn1, cnid_count, cnids->ca_context)) ); offset += 8; for (int i = 0; i < cnid_count; i++) {