Add helper for checking if cached entry is for a host
[project/mdnsd.git] / dns.c
diff --git a/dns.c b/dns.c
index de0c21ade1b79f87244572732ac4ddba580d77f6..91434f20b184d2696129ecb2a3038483a9ee204e 100644 (file)
--- a/dns.c
+++ b/dns.c
@@ -367,7 +367,8 @@ parse_question(struct interface *iface, char *name, struct dns_question *q)
                break;
 
        case TYPE_PTR:
-               service_announce_services(iface, name, announce_ttl);
+               if (!strcmp(name, sdudp))
+                       service_announce_services(iface, announce_ttl);
                service_reply(iface, name, announce_ttl);
                break;