]> git.meshlink.io Git - catta/blobdiff - avahi-common/error.c
add new error code AVAHI_ERR_IS_EMPTY and use it in avahi_entry_group_commit()
[catta] / avahi-common / error.c
index 6fe981cf0f1fa14b595473b2974f9db9217e443a..f6f561a6a510b34fb95513d689e419783c6f0535 100644 (file)
@@ -84,7 +84,8 @@ const char *avahi_strerror(int error) {
         "Not supported",
 
         "Not permitted",
-        "Invalid argument"
+        "Invalid argument",
+       "Is empty"
     };
 
     if (-error < 0 || -error >= -AVAHI_ERR_MAX)