summaryrefslogtreecommitdiffhomepage
path: root/config.c
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-04-13 21:16:14 +0200
committerFelix Fietkau <nbd@openwrt.org>2011-04-13 21:16:14 +0200
commit71427e54fa17dacd1ace6077bffb9f9b9d456ebb (patch)
tree2fe7e2e23e91569bfc7bd9b0f6e117470ac9202f /config.c
parent1f8dc227cdd425f1313f564fd074c614bb1954a3 (diff)
add some infrastructure code for proto handlers
Diffstat (limited to 'config.c')
-rw-r--r--config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.c b/config.c
index 2442eff..94a7fdb 100644
--- a/config.c
+++ b/config.c
@@ -34,7 +34,7 @@ config_parse_interface(struct uci_section *s)
DPRINTF("Create interface '%s'\n", s->e.name);
- iface = alloc_interface(s->e.name);
+ iface = alloc_interface(s->e.name, s);
if (!iface)
return;