]> git.meshlink.io Git - catta/blobdiff - avahi-daemon/dbus-async-host-name-resolver.c
fix introspection file names
[catta] / avahi-daemon / dbus-async-host-name-resolver.c
index 0082c4f136ea4c41748f2b640101fcadd6b41ab8..38b5c2a57a94c4694a53a5916e50e0a83c5692b5 100644 (file)
@@ -106,7 +106,7 @@ DBusHandlerResult avahi_dbus_msg_async_host_name_resolver_impl(DBusConnection *c
 
     /* Introspection */
     if (dbus_message_is_method_call(m, DBUS_INTERFACE_INTROSPECTABLE, "Introspect"))
-        return avahi_dbus_handle_introspect(c, m, "HostNameResolver.Introspect");
+        return avahi_dbus_handle_introspect(c, m, "HostNameResolver.introspect");
     
     /* Access control */
     if (strcmp(dbus_message_get_sender(m), i->client->name))