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.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/avahi-common/error.c b/avahi-common/error.c
index f2216b4..c997dc0 100644
--- a/avahi-common/error.c
+++ b/avahi-common/error.c
@@ -78,8 +78,9 @@ const char *avahi_strerror(int error) {
"DNS failure: NXRRSET",
"DNS failure: NOTAUTH",
"DNS failure: NOTZONE",
-
- "Invalid RDATA"
+ "Invalid RDATA",
+ "Invalid DNS type",
+ "Invalid DNS class"
};
if (-error < 0 || -error >= -AVAHI_ERR_MAX)