X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=ubusd_acl.c;h=4b72663d25aa983cb65b10fae8ba029b099c7c45;hb=763b9b2cf293fb60b5c2ddf34e2500f95200b6b5;hp=2700c863da144a7a11e60a26aade4b1913a9d5eb;hpb=d6bb4f1a1ddab325024966cd79abd34364dfdd15;p=project%2Fubus.git diff --git a/ubusd_acl.c b/ubusd_acl.c index 2700c86..4b72663 100644 --- a/ubusd_acl.c +++ b/ubusd_acl.c @@ -434,7 +434,7 @@ ubusd_reply_add(struct ubus_object *obj) if (!acl->priv) continue; - if (!ubusd_acl_match_path(obj->path.key, acl->avl.key, NULL)) + if (ubusd_acl_match_path(obj->path.key, acl->avl.key, NULL)) continue; c = blobmsg_open_table(&b, NULL);