X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fnetifd.git;a=blobdiff_plain;f=proto-static.c;h=be68e8e680c7b88d4d47a74648f2d627760f0e54;hp=4ee479320f664a0e865b1479c602ff9d93b5a6b4;hb=c7a52ed70eaae0207d7f7e6c4a31035f5ec3757e;hpb=285039a8783654439d9c0e29aac16e3893e2444b diff --git a/proto-static.c b/proto-static.c index 4ee4793..be68e8e 100644 --- a/proto-static.c +++ b/proto-static.c @@ -20,7 +20,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) == 0; + return proto_apply_ip_settings(state->proto.iface, state->config, false) == 0; } static int