summaryrefslogtreecommitdiffhomepage
path: root/proto.c
diff options
context:
space:
mode:
Diffstat (limited to 'proto.c')
-rw-r--r--proto.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto.c b/proto.c
index ea6e138..3161e01 100644
--- a/proto.c
+++ b/proto.c
@@ -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) {