From f7ac9bf93cc07755d15a7ab65d17dc66b8fcea80 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 13 May 2012 15:49:25 +0200 Subject: split applying static proto setting from handler settings --- proto-static.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proto-static.c') diff --git a/proto-static.c b/proto-static.c index 86f2f20..833b6b8 100644 --- a/proto-static.c +++ b/proto-static.c @@ -33,7 +33,7 @@ struct static_proto_state { static bool static_proto_setup(struct static_proto_state *state) { - return proto_apply_ip_settings(state->proto.iface, state->config, false) == 0; + return proto_apply_static_ip_settings(state->proto.iface, state->config) == 0; } static int -- cgit v1.2.1