From: Pierre Lebleu <pme.leb...@gmail.com>

Signed-off-by: Pierre Lebleu <pme.leb...@gmail.com>
---
 service/service.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/service/service.c b/service/service.c
index 02a29fa..9c798aa 100644
--- a/service/service.c
+++ b/service/service.c
@@ -267,7 +267,7 @@ service_handle_set(struct ubus_context *ctx, struct 
ubus_object *obj,
        int ret;
 
        blobmsg_parse(service_set_attrs, __SERVICE_SET_MAX, tb, blob_data(msg), 
blob_len(msg));
-       cur = tb[SERVICE_ATTR_NAME];
+       cur = tb[SERVICE_SET_NAME];
        if (!cur)
                return UBUS_STATUS_INVALID_ARGUMENT;
 
-- 
1.9.1


_______________________________________________
Lede-dev mailing list
Lede-dev@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/lede-dev

Reply via email to