Fixed bug in wifi_scan_done

This commit is contained in:
dnc40085 2015-05-20 02:21:46 -07:00
parent fc8fa2cc91
commit 7244d51b38
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 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)