Signed-off-by: Yousong Zhou <[email protected]>
---
json_script.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/json_script.c b/json_script.c
index 0ec7b38..0d51f79 100644
--- a/json_script.c
+++ b/json_script.c
@@ -338,7 +338,7 @@ static int handle_expr_not(struct json_call *call, struct
blob_attr *expr)
if (!tb[1])
return -1;
- return json_process_expr(call, tb[1]);
+ return !json_process_expr(call, tb[1]);
}
static const struct json_handler expr[] = {
--
1.7.10.4
_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel