]> git.meshlink.io Git - catta/blobdiff - avahi-common/dbus.c
add new error code AVAHI_ERR_IS_EMPTY and use it in avahi_entry_group_commit()
[catta] / avahi-common / dbus.c
index 814016483ecd1169f518d378725b720775c20fdf..e044b5325d697f62307d806a32c72371a8851e9b 100644 (file)
@@ -87,7 +87,8 @@ static const char * const table[- AVAHI_ERR_MAX] = {
     AVAHI_DBUS_ERR_NOT_SUPPORTED,
 
     AVAHI_DBUS_ERR_NOT_PERMITTED,
-    AVAHI_DBUS_ERR_INVALID_ARGUMENT
+    AVAHI_DBUS_ERR_INVALID_ARGUMENT,
+    AVAHI_DBUS_ERR_IS_EMPTY
 };
 
 struct error_map {