ucode: pass-through `ubus_rpc_session` argument
[project/rpcd.git] / file.c
diff --git a/file.c b/file.c
index bd7af5695e4554d8cd02320e6a3cd5644754b3d9..07b4d3cf17a50a60ab1bc38d86adf5e4374d15cd 100644 (file)
--- a/file.c
+++ b/file.c
@@ -996,7 +996,7 @@ rpc_file_api_init(const struct rpc_daemon_ops *o, struct ubus_context *ctx)
        };
 
        static struct ubus_object_type file_type =
-               UBUS_OBJECT_TYPE("luci-rpc-file", file_methods);
+               UBUS_OBJECT_TYPE("rpcd-plugin-file", file_methods);
 
        static struct ubus_object obj = {
                .name = "file",