Fixed bug in wifi_scan_done
This commit is contained in:
parent
fc8fa2cc91
commit
7244d51b38
|
@ -84,7 +84,7 @@ static void wifi_scan_done(void *arg, STATUS status)
|
|||
}
|
||||
else
|
||||
{
|
||||
lua_pushnil(gL);
|
||||
lua_newtable( gL );
|
||||
}
|
||||
lua_call(gL, 1, 0);
|
||||
if(wifi_scan_succeed != LUA_NOREF)
|
||||
|
|
Loading…
Reference in New Issue