From 8637f609dad6fb41d913537cafd66786ab7d212f Mon Sep 17 00:00:00 2001 From: bol-van Date: Wed, 16 Feb 2022 15:53:03 +0300 Subject: [PATCH] init: cosmetics --- init.d/openwrt/functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.d/openwrt/functions b/init.d/openwrt/functions index b94ce59..ce30934 100644 --- a/init.d/openwrt/functions +++ b/init.d/openwrt/functions @@ -235,7 +235,7 @@ nft_fw_tpws4() } nft_fw_tpws6() { - local script ifaces DLAN + local script DLAN call_for_multiple_items network_get_device DLAN "$OPENWRT_LAN" _nft_fw_tpws6 "$1" $2 "$DLAN" always_apply_wan_filter }