diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-04-13 21:16:14 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-04-13 21:16:14 +0200 |
commit | 71427e54fa17dacd1ace6077bffb9f9b9d456ebb (patch) | |
tree | 2fe7e2e23e91569bfc7bd9b0f6e117470ac9202f /config.c | |
parent | 1f8dc227cdd425f1313f564fd074c614bb1954a3 (diff) |
add some infrastructure code for proto handlers
Diffstat (limited to 'config.c')
-rw-r--r-- | config.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |