Github user jpeach commented on a diff in the pull request:
https://github.com/apache/trafficserver/pull/1201#discussion_r86699466
--- Diff: plugins/experimental/ts_lua/ts_lua.c ---
@@ -64,18 +65,46 @@ TSRemapNewInstance(int argc, char *argv[], void **ih,
char *errbuf, int errbuf_s
{
int fn;
int ret;
+ int states = TS_LUA_MAX_STATE_COUNT;
--- End diff --
Newline below here so clang format doesn't make it ugly ;)
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---