From 1a04f21bca1c5410019b29c2b7305796ecb5a8b8 Mon Sep 17 00:00:00 2001 From: Trent Lloyd Date: Thu, 27 Oct 2005 17:49:41 +0000 Subject: * avahi-daemon: Implement EntryGroup::AddRecord for arbitrary record additions * avahi-client: Wrap AddRecord, add simple test to client-test git-svn-id: file:///home/lennart/svn/public/avahi/trunk@890 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- avahi-common/dbus.c | 1 + 1 file changed, 1 insertion(+) (limited to 'avahi-common/dbus.c') diff --git a/avahi-common/dbus.c b/avahi-common/dbus.c index 058b819..d8a6f48 100644 --- a/avahi-common/dbus.c +++ b/avahi-common/dbus.c @@ -77,6 +77,7 @@ static const char * const table[- AVAHI_ERR_MAX] = { AVAHI_DBUS_ERR_DNS_NXRRSET, AVAHI_DBUS_ERR_DNS_NOTAUTH, AVAHI_DBUS_ERR_DNS_NOTZONE, + AVAHI_DBUS_ERR_INVALID_RDATA }; int avahi_error_dbus_to_number(const char *s) { -- cgit