diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-03-27 01:56:04 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-03-27 01:56:04 +0100 |
commit | 156b2dc0656d63cd94b686245c67ff740017f3d9 (patch) | |
tree | 5db5bd808239cafb7f8746019ffd1c89aa400e49 /ubus.c | |
parent | 5d1fff7af6f77c9bf0d46572c7af563cd9fc55b3 (diff) |
fix interface object type name
Diffstat (limited to 'ubus.c')
-rw-r--r-- | ubus.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -103,7 +103,7 @@ static const struct ubus_signature iface_object_sig[] = { }; static struct ubus_object_type iface_object_type = - UBUS_OBJECT_TYPE("netifd", iface_object_sig); + UBUS_OBJECT_TYPE("netifd_iface", iface_object_sig); static int netifd_handle_up(struct ubus_context *ctx, struct ubus_object *obj, |