Re: [LEDE-DEV] [PATCH] handler: replace is_error() helper with NULL check

2017-12-08 Thread Alexandru Ardelean
On Fri, Dec 8, 2017 at 4:19 PM, Alexandru Ardelean wrote: > The `is_error()` is just a macro that checks > that object is NULL (which is considered an error > in libjson-c terminology). > > Newer libjson-c versions have deprecated this. I forgot to add the [netifd] tag.

[LEDE-DEV] [PATCH] handler: replace is_error() helper with NULL check

2017-12-08 Thread Alexandru Ardelean
The `is_error()` is just a macro that checks that object is NULL (which is considered an error in libjson-c terminology). Newer libjson-c versions have deprecated this. Signed-off-by: Alexandru Ardelean --- handler.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)