]> git.meshlink.io Git - catta/blobdiff - avahi-common/error.c
* Add a free function for AvahiEntryGroup in C api
[catta] / avahi-common / error.c
index b84579341487d9db469170ca452a5c9a6663d942..0635161e9275c5ba0251876a1429dd7572b5eea9 100644 (file)
@@ -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)