X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-common%2Fdbus.c;h=179b1eda9b8cb645366d24d11f266cde7d80af4f;hb=689381d4837bcf8a97bd51969d51096b3f2e2346;hp=d65886887b3e63ef8ddfab6172b77febcc1aa5a6;hpb=c1d9b9cffd6f756339c1d98a2d2914d49195cb41;p=catta diff --git a/avahi-common/dbus.c b/avahi-common/dbus.c index d658868..179b1ed 100644 --- a/avahi-common/dbus.c +++ b/avahi-common/dbus.c @@ -64,7 +64,19 @@ static const char * const table[- AVAHI_ERR_MAX] = { AVAHI_DBUS_ERR_NOT_FOUND, AVAHI_DBUS_ERR_INVALID_CONFIG, AVAHI_DBUS_ERR_VERSION_MISMATCH, - AVAHI_DBUS_ERR_INVALID_SERVICE_SUBTYPE + AVAHI_DBUS_ERR_INVALID_SERVICE_SUBTYPE, + AVAHI_DBUS_ERR_INVALID_PACKET, + AVAHI_DBUS_ERR_INVALID_DNS_ERROR, + AVAHI_DBUS_ERR_DNS_FORMERR, + AVAHI_DBUS_ERR_DNS_SERVFAIL, + AVAHI_DBUS_ERR_DNS_NXDOMAIN, + AVAHI_DBUS_ERR_DNS_NOTIMP, + AVAHI_DBUS_ERR_DNS_REFUSED, + AVAHI_DBUS_ERR_DNS_YXDOMAIN, + AVAHI_DBUS_ERR_DNS_YXRRSET, + AVAHI_DBUS_ERR_DNS_NXRRSET, + AVAHI_DBUS_ERR_DNS_NOTAUTH, + AVAHI_DBUS_ERR_DNS_NOTZONE, }; int avahi_error_dbus_to_number(const char *s) {