Browse Source

net/mwan3: remove unused local variables

Remove unused local variables

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
lilik-openwrt-22.03
Florian Eckert 6 years ago
parent
commit
7c178353f0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      net/mwan3/files/lib/mwan3/mwan3.sh

+ 1
- 1
net/mwan3/files/lib/mwan3/mwan3.sh View File

@ -58,7 +58,7 @@ mwan3_id2mask()
mwan3_init()
{
local bitcnt
local mmdefault mmblackhole mmunreachable
local mmdefault
[ -d $MWAN3_STATUS_DIR ] || mkdir -p $MWAN3_STATUS_DIR/iface_state


Loading…
Cancel
Save