X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-core%2Fdns-test.c;h=aa36f2ac50836dc5d55084e1efa5d1299eef08c0;hb=22a61b042376903deada022e7585e0585aaa7d43;hp=e0680c2ba3d85ffb9ac9422a729f938b3f37f6ac;hpb=c58379bde376cb2298fca14f83a86626f1b76f2f;p=catta 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.");