]> git.meshlink.io Git - catta/blobdiff - avahi-daemon/dbus-service-type-browser.c
fix avahi_netlink_new to allow multiple netlinks per process
[catta] / avahi-daemon / dbus-service-type-browser.c
index 03cc091084e9c2a9b8e3d33900ddd239f986d3fa..20afdbec76e160100ad6fa6d5fae97ca61ae9f77 100644 (file)
@@ -67,7 +67,7 @@ DBusHandlerResult avahi_dbus_msg_service_type_browser_impl(DBusConnection *c, DB
 
     /* Introspection */
     if (dbus_message_is_method_call(m, DBUS_INTERFACE_INTROSPECTABLE, "Introspect"))
-        return avahi_dbus_handle_introspect(c, m, "ServiceTypeBrowser.introspect");
+        return avahi_dbus_handle_introspect(c, m, "org.freedesktop.Avahi.ServiceTypeBrowser.xml");
 
     /* Access control */
     if (strcmp(dbus_message_get_sender(m), i->client->name))