summaryrefslogtreecommitdiffstats
path: root/avahi-common/error.c
diff options
context:
space:
mode:
Diffstat (limited to 'avahi-common/error.c')
-rw-r--r--avahi-common/error.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/avahi-common/error.c b/avahi-common/error.c
index af10422..f2216b4 100644
--- a/avahi-common/error.c
+++ b/avahi-common/error.c
@@ -77,7 +77,9 @@ const char *avahi_strerror(int error) {
"DNS failure: YXRRSET",
"DNS failure: NXRRSET",
"DNS failure: NOTAUTH",
- "DNS failure: NOTZONE"
+ "DNS failure: NOTZONE",
+
+ "Invalid RDATA"
};
if (-error < 0 || -error >= -AVAHI_ERR_MAX)