projects
/
oweals
/
netifd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d317e9
)
ubus: use list_empty() instead of the compat wrapper
author
Felix Fietkau
<nbd@openwrt.org>
Fri, 21 Mar 2014 15:08:32 +0000
(16:08 +0100)
committer
Felix Fietkau
<nbd@openwrt.org>
Fri, 21 Mar 2014 15:08:32 +0000
(16:08 +0100)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
ubus.c
patch
|
blob
|
history
diff --git
a/ubus.c
b/ubus.c
index 63b26d679b4378f794c7654e7597d896920eb706..5cb54b1c4271fea569e3dcaf4dfb9a6141ef19a4 100644
(file)
--- 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);
}