diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-07-29 19:26:57 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-07-29 19:26:57 +0200 |
commit | 8d60ce8fad81a0951e9d7efe9e57d0b4b331095e (patch) | |
tree | d464ddfe46fcbda261ce43f23662eccbab03842c /ubus.c | |
parent | d3f710f9c3b70b310fae6cdcceb201767b913d7d (diff) |
s/set_interface_up/interface_set_up/
Diffstat (limited to 'ubus.c')
-rw-r--r-- | ubus.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -94,7 +94,7 @@ static int netifd_handle_up(struct ubus_context *ctx, struct ubus_object *obj, struct interface *iface; iface = container_of(obj, struct interface, ubus); - set_interface_up(iface); + interface_set_up(iface); return 0; } |