Merge pull request #435 from dnc40085/dev096-wifi.sta.getap_CB_fix
Fixed bug in wifi_scan_done (Issue #434)
This commit is contained in:
commit
8f925e64c9
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue