X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-core%2Fconformance-test.c;h=e8309825bbe1294f59e222e42199701d90074816;hb=38b45921cd1d33119f1c06979a57bcfe982e22da;hp=688daba98dff519e59cf76ae75dc685ee9954b87;hpb=c0244c2448a5504581ae24e78b5859760b999b8e;p=catta diff --git a/avahi-core/conformance-test.c b/avahi-core/conformance-test.c index 688daba..e830982 100644 --- a/avahi-core/conformance-test.c +++ b/avahi-core/conformance-test.c @@ -62,7 +62,7 @@ static void create_service(gchar *t) { sleep(2); /* ugly ugly ugly hack */ group = avahi_entry_group_new(avahi, entry_group_callback, NULL); - avahi_server_add_service(avahi, group, 0, AF_UNSPEC, "_http._tcp", name, NULL, NULL, 80, "foo", NULL); + avahi_server_add_service(avahi, group, 0, AF_UNSPEC, name, "_http._tcp", NULL, NULL, 80, "foo", NULL); avahi_entry_group_commit(group); try++;