]> git.meshlink.io Git - catta/blobdiff - avahi-daemon/dbus-protocol.c
* Add avahi-client to the doxygen run
[catta] / avahi-daemon / dbus-protocol.c
index a87712d88132c72103f5232b16afcb5661eae320..7fe6bf9bba735e532b51eb1b1b3c7207dd7a40d6 100644 (file)
@@ -34,7 +34,7 @@
 #include <dbus/dbus.h>
 #include <dbus/dbus-glib-lowlevel.h>
 
-#include <avahi-core/llist.h>
+#include <avahi-common/llist.h>
 #include <avahi-core/log.h>
 #include <avahi-core/core.h>
 #include <avahi-common/dbus.h>
@@ -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);