X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fnetifd.git;a=blobdiff_plain;f=ubus.c;h=5cb54b1c4271fea569e3dcaf4dfb9a6141ef19a4;hp=63b26d679b4378f794c7654e7597d896920eb706;hb=f1e5b2292ea452af8d46267f4bbcc515841963ce;hpb=3d317e90f15eec480b23f4dcddb841c292bef690 diff --git a/ubus.c b/ubus.c index 63b26d6..5cb54b1 100644 --- a/ubus.c +++ b/ubus.c @@ -741,7 +741,7 @@ netifd_dump_status(struct interface *iface) blobmsg_close_table(&b, a); - if (!list_is_empty(&iface->errors)) + if (!list_empty(&iface->errors)) netifd_add_interface_errors(&b, iface); }