X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-daemon%2Fdbus-protocol.c;h=7fe6bf9bba735e532b51eb1b1b3c7207dd7a40d6;hb=a653540edf61c4c3fc5c7541d30bb40f92088ec0;hp=a87712d88132c72103f5232b16afcb5661eae320;hpb=0632e854728e8e64552ae08f90852d4a2658539e;p=catta diff --git a/avahi-daemon/dbus-protocol.c b/avahi-daemon/dbus-protocol.c index a87712d..7fe6bf9 100644 --- a/avahi-daemon/dbus-protocol.c +++ b/avahi-daemon/dbus-protocol.c @@ -34,7 +34,7 @@ #include #include -#include +#include #include #include #include @@ -343,7 +343,8 @@ static DBusHandlerResult respond_error(DBusConnection *c, DBusMessage *m, gint e AVAHI_DBUS_ERR_TOO_MANY_OBJECTS, AVAHI_DBUS_ERR_TOO_MANY_ENTRIES, AVAHI_DBUS_ERR_OS, - DBUS_ERROR_ACCESS_DENIED + AVAHI_DBUS_ERR_ACCESS_DENIED, + AVAHI_DBUS_ERR_INVALID_OPERATION }; g_assert(-error > -AVAHI_OK);