]> git.meshlink.io Git - catta/blobdiff - avahi-common/error.c
add new error code AVAHI_ERR_NO_CHANGE
[catta] / avahi-common / error.c
index f6f561a6a510b34fb95513d689e419783c6f0535..53ff4f218a4d65c663782244c997bdaedac38ba1 100644 (file)
@@ -85,7 +85,8 @@ const char *avahi_strerror(int error) {
 
         "Not permitted",
         "Invalid argument",
-       "Is empty"
+       "Is empty",
+        "The requested operation is invalid because redundant"
     };
 
     if (-error < 0 || -error >= -AVAHI_ERR_MAX)