summaryrefslogtreecommitdiffstats
path: root/avahi-common/error.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2005-11-24 00:07:12 +0000
committerLennart Poettering <lennart@poettering.net>2005-11-24 00:07:12 +0000
commit3632da5dea3a2e961729664d17808d98bfc2b325 (patch)
tree39fd801a8fc07e61fd0ba1dc74c9b11905559080 /avahi-common/error.c
parentd7f028c022907c2b123f26603ee6144f98f3bb06 (diff)
Map DBUS specific errors to Avahi counterparts
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1026 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'avahi-common/error.c')
-rw-r--r--avahi-common/error.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/avahi-common/error.c b/avahi-common/error.c
index 6c0a900..6fe981c 100644
--- a/avahi-common/error.c
+++ b/avahi-common/error.c
@@ -83,7 +83,8 @@ const char *avahi_strerror(int error) {
"Invalid DNS class",
"Not supported",
- "Not permitted"
+ "Not permitted",
+ "Invalid argument"
};
if (-error < 0 || -error >= -AVAHI_ERR_MAX)