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:
Vowstar 2015-05-21 02:33:49 +08:00
commit 8f925e64c9
1 changed files with 1 additions and 1 deletions

View File

@ -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)