Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
filter_lua: add index to arraylength call
When building with `FLB_FILTER_LUA_USE_MPACK`, compilation fails because this `flb_lua_arraylength` call didn't have an index argument. This PR passes the index argument to the function that I believe to be correct, which is `-1` (assuming based on its usage in the following loop to get individual elements). Signed-off-by: braydonk <[email protected]>
- Loading branch information