multiwan: remove unnecessary call to config_clear()

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@40407 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2014-04-07 09:56:08 +00:00
parent 9e59a24515
commit 554a5f0921

View File

@ -1015,7 +1015,6 @@ fail_start_check(){
wancount=0
max_interval=$(((1<<31) - 1))
config_clear
config_load "multiwan"
config_get_bool enabled config enabled '1'
[ "$enabled" -gt 0 ] || exit