diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-09-04 14:33:31 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-09-04 14:33:31 +0200 |
commit | dca8c7133b1db463f6ae71ccc6d34cd12735daef (patch) | |
tree | 320d30e5213288f9cca0946153f2f17ddfcf163b /proto-static.c | |
parent | 07a47add60b567f65dd2051fe45ac49e1ae97524 (diff) |
trigger proto attach from config.c
Diffstat (limited to 'proto-static.c')
-rw-r--r-- | proto-static.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto-static.c b/proto-static.c index 3c251f4..6b4cc23 100644 --- a/proto-static.c +++ b/proto-static.c @@ -215,7 +215,7 @@ static_free(struct interface_proto_state *proto) } struct interface_proto_state * -static_attach(struct proto_handler *h, struct interface *iface, +static_attach(const struct proto_handler *h, struct interface *iface, struct uci_section *s) { struct static_proto_state *state; |