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, 4 insertions, 1 deletions
diff --git a/avahi-common/error.c b/avahi-common/error.c
index c997dc0..864a5bd 100644
--- a/avahi-common/error.c
+++ b/avahi-common/error.c
@@ -80,7 +80,10 @@ const char *avahi_strerror(int error) {
"DNS failure: NOTZONE",
"Invalid RDATA",
"Invalid DNS type",
- "Invalid DNS class"
+ "Invalid DNS class",
+ "Not supported",
+
+ "Not permitted"
};
if (-error < 0 || -error >= -AVAHI_ERR_MAX)