oc relay oops

This commit is contained in:
kepler155c@gmail.com 2019-04-20 14:07:21 -04:00
parent 7749e14cad
commit 43a6019b9f
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ local kernel = _G.kernel
local function register(v)
if v and v.isWireless and v.isAccessPoint and v.getNamesRemote then
v.children = { }
v._children = { }
for _, name in pairs(v.getNamesRemote()) do
local dev = v.getMethodsRemote(name)
if dev then