Commit c66cced7 authored by HuangRui's avatar HuangRui
Browse files
parents 8887085e 8f925e64
...@@ -84,7 +84,7 @@ static void wifi_scan_done(void *arg, STATUS status) ...@@ -84,7 +84,7 @@ static void wifi_scan_done(void *arg, STATUS status)
} }
else else
{ {
lua_pushnil(gL); lua_newtable( gL );
} }
lua_call(gL, 1, 0); lua_call(gL, 1, 0);
if(wifi_scan_succeed != LUA_NOREF) if(wifi_scan_succeed != LUA_NOREF)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment