]> git.meshlink.io Git - catta/blobdiff - avahi-core/dns-test.c
* Rework some Browsing/Resolving stuff
[catta] / avahi-core / dns-test.c
index e0680c2ba3d85ffb9ac9422a729f938b3f37f6ac..aa36f2ac50836dc5d55084e1efa5d1299eef08c0 100644 (file)
@@ -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.");