git.99rst.org
/
openwrt-luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
02ac668
)
modules/admin-full: cope with undefined scan list in wifi_join
author
Jo-Philipp Wich
<redacted>
Wed, 26 Sep 2012 17:38:14 +0000
(17:38 +0000)
committer
Jo-Philipp Wich
<redacted>
Wed, 26 Sep 2012 17:38:14 +0000
(17:38 +0000)
modules/admin-full/luasrc/view/admin_network/wifi_join.htm
patch
|
blob
|
history
diff --git
a/modules/admin-full/luasrc/view/admin_network/wifi_join.htm
b/modules/admin-full/luasrc/view/admin_network/wifi_join.htm
index d7376e78507dcec827ce9abc12d61798c0e8040e..f3b6dddefc9181b8b212862a312fb2add5ab086c 100644
(file)
--- a/
modules/admin-full/luasrc/view/admin_network/wifi_join.htm
+++ b/
modules/admin-full/luasrc/view/admin_network/wifi_join.htm
@@
-82,7
+82,7
@@
$Id$
local s = { }
for i = 1, times do
- for k, v in ipairs(iw.scanlist) do
+ for k, v in ipairs(iw.scanlist
or { }
) do
if not s[v.bssid] then
l[#l+1] = v
s[v.bssid] = true
git clone https://git.99rst.org/PROJECT