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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/avahi-common/error.c b/avahi-common/error.c
index b845793..0635161 100644
--- a/avahi-common/error.c
+++ b/avahi-common/error.c
@@ -49,6 +49,7 @@ const char *avahi_strerror(int error) {
"An unexpected DBUS error occured",
"Could not get a connection to the daemon",
"Memory exhausted"
+ "The object passed in was not valid"
};
if (-error < 0 || -error >= -AVAHI_ERR_MAX)