summaryrefslogtreecommitdiffstats
path: root/avahi-core/dns-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'avahi-core/dns-test.c')
-rw-r--r--avahi-core/dns-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/avahi-core/dns-test.c b/avahi-core/dns-test.c
index e0680c2..aa36f2a 100644
--- a/avahi-core/dns-test.c
+++ b/avahi-core/dns-test.c
@@ -30,7 +30,7 @@ int main(int argc, char *argv[]) {
gchar t[256], *a, *b, *c, *d;
AvahiDnsPacket *p;
- p = avahi_dns_packet_new(8000);
+ p = avahi_dns_packet_new(0);
avahi_dns_packet_append_name(p, a = "hello.hello.hello.de.");
avahi_dns_packet_append_name(p, b = "this is a test.hello.de.");