]> git.meshlink.io Git - catta/blobdiff - avahi-common/dbus.c
add new error code AVAHI_ERR_NO_CHANGE
[catta] / avahi-common / dbus.c
index e044b5325d697f62307d806a32c72371a8851e9b..ac54848772d0f36b1eb9f55b19b0f44b6eac0e57 100644 (file)
@@ -88,7 +88,8 @@ static const char * const table[- AVAHI_ERR_MAX] = {
 
     AVAHI_DBUS_ERR_NOT_PERMITTED,
     AVAHI_DBUS_ERR_INVALID_ARGUMENT,
-    AVAHI_DBUS_ERR_IS_EMPTY
+    AVAHI_DBUS_ERR_IS_EMPTY,
+    AVAHI_DBUS_ERR_NO_CHANGE
 };
 
 struct error_map {