summaryrefslogtreecommitdiff
path: root/uci.c
diff options
context:
space:
mode:
Diffstat (limited to 'uci.c')
-rw-r--r--uci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/uci.c b/uci.c
index e239433..3cd2b82 100644
--- a/uci.c
+++ b/uci.c
@@ -1778,7 +1778,7 @@ int rpc_uci_api_init(struct ubus_context *ctx)
};
static struct ubus_object_type uci_type =
- UBUS_OBJECT_TYPE("luci-rpc-uci", uci_methods);
+ UBUS_OBJECT_TYPE("rpcd-plugin-uci", uci_methods);
static struct ubus_object obj = {
.name = "uci",