]> git.meshlink.io Git - catta/blobdiff - avahi-core/server.c
merge ia64 fixes from Jason Vas Dias
[catta] / avahi-core / server.c
index 16626d754dfc407ab233c6eccb4a8275d2ad60a7..017605efec2428aed34a2eddfe0fe29030521383 100644 (file)
@@ -486,7 +486,6 @@ void avahi_server_generate_response(AvahiServer *s, AvahiInterface *i, AvahiDnsP
     avahi_record_list_flush(s->record_list);
 }
 
-
 static void reflect_response(AvahiServer *s, AvahiInterface *i, AvahiRecord *r, int flush_cache) {
     AvahiInterface *j;
     
@@ -1174,6 +1173,9 @@ static void register_browse_domain(AvahiServer *s) {
     if (!s->config.publish_domain)
         return;
 
+    if (avahi_domain_equal(s->domain_name, "local"))
+        return;
+
     if (s->browse_domain_entry_group)
         assert(avahi_s_entry_group_is_empty(s->browse_domain_entry_group));
     else