]> git.meshlink.io Git - catta/blobdiff - avahi-common/error.c
initialize n_clients to 0
[catta] / avahi-common / error.c
index 3dca2082ca49f099478fd9e70d8e541f0d20ca5e..67a57011c534a3e4669b093da477052d39454b27 100644 (file)
@@ -47,7 +47,10 @@ const char *avahi_strerror(int error) {
         "Access denied",
         "Invalid operation",
         "An unexpected DBUS error occured",
-        "Could not get a connection to the daemon"
+        "Could not get a connection to the daemon",
+        "Memory exhausted",
+        "The object passed in was not valid",
+        "Daemon not running",
     };
 
     if (-error < 0 || -error >= -AVAHI_ERR_MAX)