diff -r 10a8031f6651 -r db3fa3ae3c19 src/protocols/rendezvous/mdns.c --- a/src/protocols/rendezvous/mdns.c Wed Apr 28 05:14:20 2004 +0000 +++ b/src/protocols/rendezvous/mdns.c Thu Apr 29 02:42:31 2004 +0000 @@ -36,6 +36,14 @@ * One Eyed Willie. */ +/* + * XXX - Store data for NULL ResourceRecords so that rr->rdata contains + * both the length and the data. This length will always be equal to + * rr->rdlength... but it fits in more with the rest of the code. + * rr->rdata should not need a separate length value to determine + * how many bytes it will take. + */ + #include "internal.h" #include "debug.h"