summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFederico Lucifredi <flucifredi@acm.org>2008-01-11 23:31:31 +0000
committerFederico Lucifredi <flucifredi@acm.org>2008-01-11 23:31:31 +0000
commitc29c5030a23467f8d76ccfb59d60e6e7457bf71b (patch)
treecb36488e63732eac5897d804dd9b05c20825317c
parent20132ddac04eb9a876a5e313589ae591704ce5c9 (diff)
correction: zone SOA class IN, but update TSIG is class ANY
git-svn-id: file:///home/lennart/svn/public/avahi/branches/federico@1690 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
-rw-r--r--avahi-core/wide-area.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/avahi-core/wide-area.c b/avahi-core/wide-area.c
index 7e19519..88d9077 100644
--- a/avahi-core/wide-area.c
+++ b/avahi-core/wide-area.c
@@ -836,7 +836,7 @@ void avahi_wide_area_publish(AvahiRecord *r, const char *zone, uint16_t id, int
avahi_dns_packet_set_field(p, AVAHI_DNS_FIELD_ID, id);
/*SOA RR defining zone to be updated */
- k = avahi_key_new(zone, AVAHI_DNS_CLASS_ANY, AVAHI_DNS_TYPE_SOA);
+ k = avahi_key_new(zone, AVAHI_DNS_CLASS_IN, AVAHI_DNS_TYPE_SOA);
if (!k) { /*OOM check */
avahi_log_error("avahi_key_new() failed.");