Commit 7244d51b authored by dnc40085's avatar dnc40085
Browse files

Fixed bug in wifi_scan_done

parent fc8fa2cc
...@@ -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