X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fubus.git;a=blobdiff_plain;f=ubusd_acl.c;h=4b72663d25aa983cb65b10fae8ba029b099c7c45;hp=2700c863da144a7a11e60a26aade4b1913a9d5eb;hb=6f4e11e1db399074273944329883f9c35e7daef6;hpb=d6bb4f1a1ddab325024966cd79abd34364dfdd15 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);