X-Git-Url: https://git.archive.openwrt.org/?p=project%2Flibubox.git;a=blobdiff_plain;f=blobmsg_json.c;fp=blobmsg_json.c;h=5aa528bc338abbd0e7621931e421349f4e7ebca4;hp=8f208e0c5c62cc5544411d7b7aeb025ea2375152;hb=c8fc0897cdfff6393919030e24809e938ee5076f;hpb=fa73496098893e90330040b8f43f2773b42eed12 diff --git a/blobmsg_json.c b/blobmsg_json.c index 8f208e0..5aa528b 100644 --- a/blobmsg_json.c +++ b/blobmsg_json.c @@ -76,7 +76,7 @@ static bool __blobmsg_add_json(struct blob_buf *b, json_object *obj) { bool ret = false; - if (is_error(obj)) + if (!obj) return false; if (json_object_get_type(obj) != json_type_object)