diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-04-13 23:25:17 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-04-13 23:25:17 +0200 |
commit | 39dbd09f5845311a41300655ffd83f0b2d7ee7e4 (patch) | |
tree | 15c1e39e56b51fb121c860b96ede98f5f2ec0b30 /proto.c | |
parent | 4ea88db58ca2c7d488996003b4a51cc3f3cf7808 (diff) |
add a section pointer to the proto attach callback
Diffstat (limited to 'proto.c')
-rw-r--r-- | proto.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -78,7 +78,7 @@ void proto_attach_interface(struct interface *iface, struct uci_section *s) goto error; } - state = proto->attach(proto, iface); + state = proto->attach(proto, iface, s); error: if (error) { |