summaryrefslogtreecommitdiffstats
path: root/avahi-common/dbus.c
diff options
context:
space:
mode:
Diffstat (limited to 'avahi-common/dbus.c')
-rw-r--r--avahi-common/dbus.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/avahi-common/dbus.c b/avahi-common/dbus.c
index e2b3a3f..28428ed 100644
--- a/avahi-common/dbus.c
+++ b/avahi-common/dbus.c
@@ -57,7 +57,12 @@ static const char * const table[- AVAHI_ERR_MAX] = {
AVAHI_DBUS_ERR_NOT_CONNECTED,
AVAHI_DBUS_ERR_NO_MEMORY,
AVAHI_DBUS_ERR_INVALID_OBJECT,
- AVAHI_DBUS_ERR_NO_DAEMON
+ AVAHI_DBUS_ERR_NO_DAEMON,
+ AVAHI_DBUS_ERR_INVALID_INTERFACE,
+ AVAHI_DBUS_ERR_INVALID_PROTOCOL,
+ AVAHI_DBUS_ERR_INVALID_FLAGS,
+ AVAHI_DBUS_ERR_NOT_FOUND,
+ AVAHI_DBUS_ERR_INVALID_CONFIG
};
int avahi_error_dbus_to_number(const char *s) {